Help for this page

Select Code to Download


  1. or download this
    @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;