c:\test>type echoit.pl #! perl -sw use strict; print while <>; c:\test>echoit echoit junk.out c:\test>type junk.out jim 14 john 23 ernest 38 matilda 43 jim 34 ernest 27 john 44 matilda 22 c:\test>echoit ## c:\test>type junk.dat | perl echoit.pl jim 14 john 23 ernest 38 matilda 43 jim 34 ernest 27 john 44 matilda 22 #### Terminating on signal SIGINT(2) Terminate batch job (Y/N)? #### perl -c script.pl perl -d:Trace script.pl perl -X script.pl #### script -S=this -T=that