Help for this page
open (INFILE, '<', 'textfile.txt'); while (<INFILE>) ... print "$_\n"; } close (INFILE);