![]() |
|
P is for Practical | |
PerlMonks |
Use of uninitialized value in string eqby maxcross7 (Initiate) |
on Sep 05, 2008 at 02:26 UTC ( #709165=perlquestion: print w/replies, xml ) | Need Help?? |
maxcross7 has asked for the wisdom of the Perl Monks concerning the following question:
Hello, This script has worked forever until i moved to a new host. Now I am getting this error: "Use of uninitialized value in string eq" It is complaining about this line: if ($sitename eq $ENV{'id'} && ($visitor eq $ENV{'REMOTE_ADDR'}) || ($own eq $ENV{'REMOTE_ADDR'})) and this one: if ($sitename eq $ENV{'id'}) Let me know if you want me to post the entire script!?! Any help is appreciated, Thanks, Max
Back to
Seekers of Perl Wisdom
|
|