- or download this
#!/usr/bin/perl
use DBI;
...
print $cgi->end_html;
exit;
- or download this
Content-Type: text/html; charset=ISO-8859-1
...
</table>
</body>
</html>
- or download this
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1
+" />
</head>
<body>