Jan Miller wrote:

> Next ?..
> Is there a way to read a Windows environment var as would show up in a DOS 
> 'set' command...??

The env vrbls are all set in a hash when you start your script :

foreach my $key (sort (keys %ENV)) {
        print "<BR>$key = $ENV{$key}\n";
}

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to