Help for this page

Select Code to Download


  1. or download this
    my @by_stud = map { my $t = $scores{$_};
                       [sort { $t->{$b} <=> $t->{$a} } keys %{$t}] }
                         keys %scores;