my @sorted_keys = sort { $a <=> $b } keys(%foo); #### my @sorted_values = @foo{ sort { $a <=> $b } keys(%foo) };