Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Environment Variables

by maverick (Curate)
on Aug 18, 2001 at 00:32 UTC ( [id://105803]=note: print w/replies, xml ) Need Help??


in reply to Re: Environment Variables
in thread Environment Variables

Would also be helpful to see what key has what value :)
print "Content-Type: text/html\n\n"; foreach (keys %ENV) { print "$_ => $ENV{$_} <BR>\n"; }
'course Data::Dumper is your friend....
use Data::Dumper; print "Content-Type: text/plain\n\n"; print Dumper \%ENV;

/\/\averick
perl -l -e "eval pack('h*','072796e6470272f2c5f2c5166756279636b672');"

Replies are listed 'Best First'.
Data::Dumper
by Kevman (Pilgrim) on Aug 18, 2001 at 12:54 UTC

    Of course you should remember to remove Data::Dumper afterwards... I'm told it is quite heavy on the processing

    Although I confess I've never used it :)

    Kevman

    Sorry, Apparently its not heavy on processing, just worth removing because of its actual size!!! (1000 lines)

Log In?
Username:
Password:

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

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

    No recent polls found