http://qs321.pair.com?node_id=449509


in reply to sorting hashes

What you want seems to be...
for my $k2 (sort {$a <=> $b } keys %{$rHash->{$k1}})
But I'm not sure (too early in the morning :-|) You want to

Alberto Simões