Nik has asked for the wisdom of the Perl Monks concerning the following question:
and iam gettign thsi error now: Fri Apr 27 22:28:11 2007 error client 10.0.0.2 Fri Apr 27 22:28:11 2007 admin.pl: Use of uninitialized value in string eq at D:\ \www\\cgi-bin\\admin.pl line 26., referer: http://dell/############################################################## my $action = param('action'); #============ REDIRECT TO PROPER SCRIPT =================== if( ($action eq 'Apostoli') && ($ENV{HTTP_REFERER} =~ / index/) ) ##############################################################
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Weird error after a configuration change
by jdporter (Paladin) on Apr 27, 2007 at 20:56 UTC | |
| |
|
Re: Weird error after a configuration change
by shigetsu (Hermit) on Apr 27, 2007 at 20:55 UTC | |
| |
|
Re: Weird error after a configuration change
by blazar (Canon) on Apr 29, 2007 at 19:55 UTC | |
|