Mega Code Archive
Categories
/
Perl
/
Array
Print function with sort and customized sorting function
print sort {$a cmp $b} ("c", "b", "a");