in reply to Figuring out the environment
I'd start with:
foreach (keys %ENV) { print "$_ => $ENV{$_} \n"; }Maybe your batch file is piping STDOUT instead of using OUTFILE
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Figuring out the environment
by Willman023 (Scribe) on Sep 25, 2002 at 14:42 UTC |