use CGI qw(header); print header('text/plain'); for (sort keys %ENV) { print "$_ => $ENV{$_}\n"; }
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
In reply to •Re: Re: list of all the $env variables
by merlyn
in thread list of all the $env variables
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |