Help for this page
your code goes here
open my $DF, '<', $file; if (! defined $DF) { ... } close $DF; }