in reply to Sort: By keys, values, and their returning values.
map { $hash{$_}} sort { $a <=> $b } keys %hash; [download]