Help for this page

Select Code to Download


  1. or download this
    my $N = 20;
    my $collect = 5 * $N;
    ...
        @top = sort { $b->[1] <=> $a->[1] } @top;
        splice @top, $N;
    }
    
  2. or download this
    my $N = 20;
    my $collect = 5 * $N;
    ...
        @top = sort { $b->[1] <=> $a->[1] } @top;
        splice @top, $N;
    }