my @name_by_size = sort { $devLst{$a} <=> $devLst{$b} || $a cmp $b } keys %devLst; [download]
In reply to Re: Sorting of hash by value by wfsp in thread Sorting of hash by value by perlCrazy