Help for this page
open FILE, "<file.txt" or die "Couldn't open file.txt: $!"; while (<FILE>) { ... # Do some processing } }