Hi All,
Im using Apache 2 in mod_perl environment.
And I use strict and warnings in my code.
I get the following errors in the error_log of apache.
[Tue Dec 13 10:44:18 2005] -e: Use of uninitialized value in string eq at myfile.pm line 102, <FILE> line 154.
[Tue Dec 13 10:44:26 2005] -e: Use of uninitialized value in string eq at myfile.pm line 102, <FILE> line 308.
This is the code in line, 102,
if ( ($row{comp} eq $comp)&&($row{cmd} eq $command)
&& ($row{test} eq $test) )
how do i resolve this?? and this error goes away when i comment use strict and warnings.
thanks
senthil