@array = sort { $a->[0] cmp $b->[0] } @array; # ascending #@array = sort { $b->[0] cmp $a->[0] } @array; # descending