Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </ul>
    </body>
    </html>
    
  2. or download this
    use CGI "-no_debug", ":html", "comment", "header";
    print header,
    ...
      ), "\n",
     end_html,
    ;