Help for this page

Select Code to Download


  1. or download this
    #! perl -w 
    
    ...
       @stuff = sort $sort_function @stuff;
       print join "\n", @stuff;
    }