in reply to Re: Environment Variables
in thread Environment Variables
'course Data::Dumper is your friend....print "Content-Type: text/html\n\n"; foreach (keys %ENV) { print "$_ => $ENV{$_} <BR>\n"; }
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 |