Help for this page

Select Code to Download


  1. or download this
    print     $q->header,                    # create the HTTP header
              $q->start_html('hello world'), # start the HTML
    ...
       -alt => 'Powered by Perl'}),
              $q->h1('hello world');         # level 1 header
    
  2. or download this
    <!DOCTYPE html
        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ...
        hello world
    </h1>