Hi there, 

why is the script

#!/usr/bin/perl
foreach $key (sort keys %ENV) {
    print "$key=$ENV{$key}\n";
}

returns much less variable than

$ set

using bash?

- Gergely

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to