my $ref = $st->fetchall_arrayref; my @sorted = sort { $a->[1] cmp $b->[1] } @$ref;