> > Reversing the hash is more work than it's worth, as you've found out.
Certainly true and here is my mea culpa :))- It just did not occur to me about the, @keys = sort { $hash{$b} <=> $hash{$a} } keys %hash; statement. Thanks Japhy and Nikola. - Rex