Help for this page

Select Code to Download


  1. or download this
    @count_s = sort {
         $reportn{$a} <=> $reportn{$b};
    ...
    foreach (@count_s[0..4]) {
        print "$_ ====> $reportn{$_}\n";
    }
    
  2. or download this
    foreach my $hero ( sort keys %total_o) {
       if  ($reportn_o{$hero}) {
    ...
    for (@reportnL[0..4]) {
      print "$_\n";
    }