Help for this page

Select Code to Download


  1. or download this
    my @entries;
    
    ...
      $a->{'district'} <=> $b->{'district'} ||
      $a->{'total'}    <=> $b->{'total'}
    } @files;