Help for this page

Select Code to Download


  1. or download this
    <Files ~ "\.html$">
      PerlFixupHandler MyPackage::MailMe;
    </Files>
    
  2. or download this
    package MyPackage::MailMe;
    
    use Apache::RequestIO;
    ...
    
      sendmail(%mail) || die "\nProblem! $Mail::Sendmail::error\n";
    }