RE: shell script problem so simple I'm embarassed to ask

Etusivu
Liitteet:
Viesti alkuperäisessä muodossaan
+ (text/plain)
Poista viesti
Vastaa
Lähettäjä: Ben Weatherall
Päiväys:  
Vastaanottaja: plug-discuss
Aihe: RE: shell script problem so simple I'm embarassed to ask
And for the really anal amongst us...
   foreach my $elem (sort {$a cmp $b} keys %ENV) {
     print "$elem $ENV{$elem}\n";
   }


This just prints out the environment variables in sorted order ;-)
-Ben
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss