Help for this page

Select Code to Download


  1. or download this
    ( sort {$b->{'count'} cmp $a->{'count'} ) or
            $b->{'type'} cmp $a->{'type'}} @data
    
  2. or download this
    sort {$b->{'count'} <=> $a->{'count'} ||
          $b->{'type'} cmp $a->{'type'}} @data