Perl sort Function Tutorial
Learn through examples how to use the Perl sort function to sort a list by an alphabetical or numerical order. It covers the main syntax forms of this function accompanied by a lot of examples including: how to sort a hash by keys or values, how to sort an array of arrays, how to sort using the Schwartzian Transform (explained in details), how to sort a matrix by multiple columns and much more. You can download the script examples to play with them.