Help for this page

Select Code to Download


  1. or download this
    <html><head><title>Form data originating from HTML</title></head>
    <body>
    ...
    
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -wT
    use CGI qw(:standard);
    ...
    print "\$content is $comments<br>\n";
    
    print end_html;
    
  3. or download this
    #!/usr/bin/perl -wT
    use CGI qw(:standard);
    ...
        print end_html;
        exit;
        }