Help for this page
open FILE, '<', 'test.file' or die; while(<FILE>){ ... print "line=[$_]\n"; } close FILE;