Help for this page

Select Code to Download


  1. or download this
    my $primary_sort_column = n;
    my $secondary_sort_column = n;
    ...
        ||
        $a->[$tertiary_sort_column] op $b->[$tertiary_sort_column];
    ) @unsorted_records;