Help for this page

Select Code to Download


  1. or download this
    sub prospects {
      $b->{SALARY} <=> $a->{SALARY}
        ||
    ...
    }
    
    @sorted = sort prospects @recs
    
  2. or download this
    [
     { 
    ...
       SortType => 'cmp'
     }
    ]