Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </form>
    </body>
    </html>
    
  2. or download this
    #!I:/ORACLE/iSuites/Apache/perl/5.00503/bin/MSWin32-x86/perl -w
    
    ...
    print start_html('Hello');
    print "<h1>Hello, ", param('name'), "!</h1>\n";
    print end_html;