Help for this page
my $fh; if (open($fh, "$mailfile") ) { ... } else { die "can't open file to attach"; }