C:\ perl myscript.pl < inputfile bash$ myscript.pl < inputfile #### #!/usr/bin/perl -w while (<>) { print "You typed: $_\n"; }