http://www.perlmonks.org?node_id=195356


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.