Help for this page
print "Enter a string (enter quit or [CTRL]-D to quit): "; while(<>) ... print $_; } }