- 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...
}
- or download this
use CGI '-no_xhtml';
my $c = CGI->new;
print $c->start_html;
- or download this
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
...
<html lang="en-US"><head><title>Untitled Document</title>
</head>
<body>