Help for this page

Select Code to Download


  1. or download this
    my $fh;
    if (open($fh, "$mailfile") ) {
    ...
    } else {
      die "can't open file to attach";
    }