Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: HTTP Variables In A Hash

by Chrisf (Friar)
on Dec 30, 2001 at 14:10 UTC ( [id://135234]=note: print w/replies, xml ) Need Help??


in reply to HTTP Variables In A Hash

If you're just looking for the Environmental variables you can do something like so...

my ($key, $value); while (($key, $value) = each %ENV) { print "$key = $value\n"; # or do whatever here }

Log In?
Username:
Password:

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

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

    No recent polls found