Help for this page
perl -ne 'print' /path/to/file cat /path/to/file | perl -ne 'print'
cat /path/to/file | perl -ne 'print' perl -ne 'print'