Help for this page

Select Code to Download


  1. or download this
    sub SendMail {
        if (-e $FORM{'template'}) { }
    ...
        print MAIL "$File\n"; }
        close (MAIL);
    }
    
  2. or download this
    sub Redirect {
        if ($FORM{'success'}) { 
            print "Location: $FORM{'success'}\n\n"; }
    }