my @SortedArray = sort { $b cmp $a } @PassedArray; #### my @SortedArray = reverse sort @PassedArray;