in reply to
Hash sort with equal values
@sorted = sort { $hashed{$a} <=> $hashed{$b} or $a cmp $b } keys %hashed;
Comment on
Re: Hash sort with equal values
Download
Code
In Section
Seekers of Perl Wisdom