#!/usr/bin/perl -w use CGI qw(header); print header('text/plain'); print map { "$_ => $ENV{$_}\n" } sort keys %ENV;
--
A conclusion is simply the place where someone got tired of thinking.
In reply to Re: Re: ÂRe: Re: list of all the $env variables
by defyance
in thread list of all the $env variables
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |