[users@httpd] error_log - uninitialized data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]