Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </form>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $cgi->start_html('Testing');
    print $cgi->h1($txtInput);
    print $cgi->end_html;
    
  3. or download this
    [error] [client XX.XX.XX.XX] Use of uninitialized value in warn at cgi
    +test.pl line 9., referer: http://server/form.html
    [error] [client XX.XX.XX.XX] Warning: something's wrong at cgitest.pl 
    +line 9., referer: http://server/form.html