Help for this page

Select Code to Download


  1. or download this
    my $query = CGI->new;
    print $query->start_html(-title=>'Argh!',
    ...
                        # the standard as to how to set it -- I 
                        # hope this is right...
    }
    
  2. or download this
    use CGI '-no_xhtml';
    
    my $c = CGI->new;
    print $c->start_html;
    
  3. or download this
    <!DOCTYPE html
            PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    ...
    <html lang="en-US"><head><title>Untitled Document</title>
    </head>
    <body>