Help for this page

Select Code to Download


  1. or download this
    my @sorted_by_temp_asc = sort { tricky_sort($a,$b,'T') } @data;
    
    ...
    
       return ( $a_dat{$field} <=> $b_dat{$field} );
    }