in reply to
diplaying the entire $ENV set
In case it's not clear from the examples above, I'd simply like to point out that $ENV{SOMTHING} is accessing a value from Perl's predefined
%ENV
hash.
For a list of all predefined variables, see
perlvar
.
Comment on
Re: diplaying the entire $ENV set
Download
Code
In Section
Seekers of Perl Wisdom