Help for this page

Select Code to Download


  1. or download this
      if ( param('Submit') ) {
          handleSubmit();
    ...
      else {
          emitForm();
      }
    
  2. or download this
      if ( $name eq "" ) {
          print "<font color=red>Blah blah blah.</font>";
    ...
      print MAIL "To: $adminmail\n";
      print MAIL "From: $email\n";
      ...