Help for this page
use warnings; use strict;
open(FILE, filename) or die "Cannot open filename:$!\n";
while (<FILE>) { # do stuff }