Help for this page

Select Code to Download


  1. or download this
    @sorted = reverse sort { $a <=> $b } @score;
    # or
    @sorted = sort { $b <=> $a } @score;