Help for this page
my @SortedArray = sort { $b cmp $a } @PassedArray;
my @SortedArray = reverse sort @PassedArray;