@sorted = map { $_->[1] } sort { $a->[0] cmp $b->[0] } map { [ $all{$_}->[$sortValue], $_ ] } keys %all;