Help for this page

Select Code to Download


  1. or download this
    perl -ne 'print' /path/to/file
    cat /path/to/file | perl -ne 'print'
    
  2. or download this
    cat /path/to/file | perl -ne 'print'
    perl -ne 'print'