Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper(\@score);
    
  2. or download this
    @sorted= reverse sort { $a <=> $b } @{$score[0]};