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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.