Print function with sort and customized sorting function in a descending order
print sort {$b cmp $a} ("c", "b", "a");