print "List of all environment variables:\n"; while ( my($env_name,$env_value) = each %ENV ) { print "\t$env_name = $env_value\n"; }
In reply to Re: list of all the $env variables
by biosysadmin
in thread list of all the $env variables
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |