use strict; # never forget ;-) foreach my $key (sort values %hash) { .... }
In reply to Re: reusable hash value sort by Anonymous Monk in thread reusable hash value sort by Anonymous Monk