perldoc perlvar

Basically, it holds information about yout current environment. 

perl -wle 'print qq{$_ => $ENV{$_}\n} for keys %ENV';

Cheers,
Kevin

On Thu, Jun 07, 2001 at 07:51:50PM -0400, Luinrandir Hernson ([EMAIL PROTECTED]) 
spew-ed forth:
> I have tried
> perldoc -f env
> perldoc -f http
> perldoc -f %env
> perldoc -f $env
> 
> to find documentation on %ENV..... no luck
> anyone???

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
"I gained nothing at all from Supreme Enlightenment, and for that very
reason it is called Supreme Enlightenment."
    -- Gautama Buddha

Reply via email to