Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: initialize ENV variables under strict

by krusty (Hermit)
on Oct 23, 2002 at 08:55 UTC ( [id://207315]=note: print w/replies, xml ) Need Help??


in reply to initialize ENV variables under strict

Are you trying to use what an end system is set to by default?
(if indeed this environment var is set on some system....... not yours ;-)

Perhaps try:
$ENV{'QUERY_STRING'} = "" unless defined $ENV{'QUERY_STRING'};
Environment variables taken from your system, not set by you, are tainted. You may need to untaint it first.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-25 21:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found