Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
        $q->h1('Hello'),
        $q->p("Hello $name."),
        $q->end_html;
    
  2. or download this
    http://localhost/cgi-bin/hello.cgi?name=Deanimal