Help for this page
@unsorted_array = ([f, g, h, i, j], [a, b, c, d, e], ... [f, p, r, t, u]); @big_table_array = sort {uc($a->[0]) cmp uc($b->[0])} @unsorted_array;