Help for this page
if (open my $fh, '<', $file){ print "file opened\n"; else{ print "open failed: $!"; }