Help for this page

Select Code to Download


  1. or download this
    my @SortedArray = sort { $b cmp $a } @PassedArray;
    
  2. or download this
    my @SortedArray = reverse sort @PassedArray;