Help for this page

Select Code to Download


  1. or download this
    <html>
        <head>
    <center><h2>Registration Form</h2></center>
    ...
         <p>my text goes here.
       </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    use HTML::Template;
    use CGI qw/:standard/;
    ...
      # print the template
    print "Content-type:text/html\n\n";
      print $template->output;