in reply to Re: Re: Re: •Re: Re: list of all the $env variables
in thread list of all the $env variables

Or from the command line:

perl -MData::Dumper -e 'print Dumper \%ENV'
That should do the trick. (Adjust quotes to taste.)


Dave