in reply to Re: System Variables
in thread System Variables
Since what varables are available may vary from system to system. Of course just wanting to know "system variables" is sort of a vague question...foreach( keys %ENV ) { print "$_ = $ENV{$_} \n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: System Variables
by Aristotle (Chancellor) on Oct 10, 2002 at 00:01 UTC | |
by blakem (Monsignor) on Oct 10, 2002 at 00:22 UTC |