Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    
    ...
          map { $_->{str} }
          sort { $b->{wc} <=> $a->{wc} || $a->{site} <=> $b->{site} } @sub
    +str_mat;
    }
    
  2. or download this
    $VAR1 = [
              {
    ...
                'wc' => 2
              }
            ];