in reply to Re: Re: ÂRe: Re: list of all the $env variables
in thread list of all the $env variables
Kind of OT, but you could even use map, it's fun stuff.
What happened to good old laziness?
#!/usr/bin/perl use Data::Dumper; print $/, Dumper \%ENV;
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: list of all the $env variables
by davido (Cardinal) on May 09, 2004 at 03:40 UTC |