Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'system "sort -T `pwd` --buffer-size=10 ../somefile.txt"' | 
    +head
    
  2. or download this
    $ /cygdrive/c/Perl64/bin/perl -e 'system "sort -T `pwd` --buffer-size=
    +10 ../somefile.txt"' | head
    sort: cannot create temporary file: `pwd`/sort1JB3UE: No such file or 
    +directory
    
  3. or download this
    $ perl --version
    
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.