@array = map { $_->[1] } sort { $a->[0] cmp $b->[0] } # oder numerisch map { [ $_->[ $sortCol] , $_ ] } @array;