my @sortedkeys = sort keys %the_hash; my @sortedvals = @the_hash{@sortedkeys};