Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Weird error after a configuration change

by shigetsu (Hermit)
on Apr 27, 2007 at 20:55 UTC ( [id://612450]=note: print w/replies, xml ) Need Help??


in reply to Weird error after a configuration change

My guess is that

my $action = param('action');
yields an undefined value, thus
$action eq 'ΑποστοΠ+»Ξ®!'
is responsible for the "uninitialized value in string eq" warning.

Are you sure your index.pl is being invoked with the same query string as before?

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://612450]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-23 07:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found