Help for this page

Select Code to Download


  1. or download this
    require TripodCGI;
    $CGI = TripodCGI;
    
  2. or download this
    use CGI;
    $CGI = CGI->new();
    
  3. or download this
    use CGI qw(:standard);
    use strict;
    ...
          end_html
       ;
    }
    
  4. or download this
    use CGI;
    use HTML::Template;
    ...
    
    </body>
    </html>