Help for this page

Select Code to Download


  1. or download this
    # minimum code to illustrate point
    # based on example in 'CGI programming with Perl'
    ...
      # die nicely
      exit
    }
    
  2. or download this
    print    $q->header( 'text/html' );