in reply to shell variables with Perl
You'll find the environment variables which are exported to the perl process in the %ENV hash. The name of the variable is the key, e.g. $ENV{'PATH'}.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: shell variables with Perl
by GaijinPunch (Pilgrim) on Sep 23, 2003 at 23:22 UTC |