in reply to Re^2: How to sort Hashes of Hashes and print results in a filein thread How to sort Hashes of Hashes and print results in a file
foreach my $k1 (sort keys %hash){ [download]
foreach my $k1 (sort {$a <=> $b} keys %hash){ [download]