in reply to Sorting of hash by value
my @resArr = sort { $devLst{$a} <=> $devLst{$b} } keys %devLst; [download]