Help for this page
while (<$in>) { # assigns each line in turn to $_ #print "Just read in this line: $_"; ... print; } }