print "<html>"; print '<head>'; print "Content-Type: text/html\n\n";
One problem is that it's traditional to send the tags after the headers. Try something like...
print "Content-Type: text/html\n\n"; print "<html>"; print '<head>';
In reply to Re: Querying database data in perl cgi script
by rowdog
in thread Quering database data in perl cgi script
by kapoor
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |