Help for this page

Select Code to Download


  1. or download this
    print <<'HTML";
    <html>
    ...
    </body>
    <html>
    HTML
    
  2. or download this
    sub error_mf_page {
      print header,
    ...
            "button on your browser to return and complete the form.",
            end_html;
    }