Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by llroberts

  1. llroberts

    Use of uninitialized value in string eq at line 38

    Thank you for all this great information. This is the way I fixed it which seems to do the trick.... my $severity = $parms{'errorSeverity'} || "NULL"; if ($severity eq "NULL") { $this->{'STATUS'} = undef...
  2. llroberts

    Use of uninitialized value in string eq at line 38

    I am VERY new to Perl however I am learning. I am getting this error from the compiler. Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.6.1/GFS/Event.pm line 38. I know kinda what is causing it... $severity must be null however thats exactly what I am trying to...

Part and Inventory Search

Back
Top