Help for this page
Select Code to Download
Select
or
download this
#! perl -w ... @stuff = sort $sort_function @stuff; print join "\n", @stuff; }