Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
    ...
    }
    print header();
    sendHtmlResponse ;
    
  2. or download this
    #!perl
    print "Hello World!\n";