in reply to Hash key ordering question
foreach $key1 (sort keys %hshFoo) { foreach $key2 (sort keys %{$hshFoo{$key1}}) { print "$key1/$key2 => $hshFoo{$key1}{$key2}\n"; } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Hash key ordering question
by shemp (Deacon) on May 07, 2003 at 18:43 UTC | |
by P0w3rK!d (Pilgrim) on May 07, 2003 at 19:18 UTC | |
by jgallagher (Pilgrim) on May 07, 2003 at 21:55 UTC |