Help for this page

Select Code to Download


  1. or download this
    #! perl 
    use strict;
    ...
        }
    }
    
  2. or download this
    sort < unsortedFile | perl theScriptAbove
    
  3. or download this
    sort < unsortedFile > sortedFile
    perl theScriptAbove sortedFile