my $data = [ [ 'ID12', 'KBrH', '2e-26', 22400316, ... ], ... ]; use Data::Sorting 'sort_arrayref'; sort_arrayref( $data, 0, 3 );