If so, sorting only the tied values of a hash might be something like this (UNTESTED):
my @sorted_tied_values = sort { $a cmp $b } grep { tied $_ } values %hash;
In reply to Re: sorting a hash by value with ties
by Anonymous Monk
in thread sorting a hash by value with ties
by craigt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |