in reply to Re: Re: Hash key ordering questionin thread Hash key ordering question
my $t = Tie::IxHash->new(%hshFoo); my @keys = $t->Keys; $t->Reorder(@keys); $t->SortByKey; untie %hshFoo; ...or something [download]
-P0w3rK!d