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