in reply to sorting a two dimensional array by one column
my @sorted = sort { $a->[$col] <=> $b->[$col] } @origarray; [download]
antirice The first rule of Perl club is - use PerlThe ith rule of Perl club is - follow rule i - 1 for i > 1