in reply to %ENV on Windows 98
If you have a Win98 machine, you can run:
C:\> set or
C:\> perl -e "printf(qq{%s=%s\n}, $_, $ENV{$_}) foreach (sort(keys(%ENV)));"
too see those set on that computer. Is there something specific for which you are looking?
|
|---|