Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Querying database data in perl cgi script

by rowdog (Curate)
on Oct 01, 2010 at 03:42 UTC ( [id://862897]=note: print w/replies, xml ) Need Help??


in reply to Quering database data in perl cgi script

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>';

Replies are listed 'Best First'.
Re^2: Querying database data in perl cgi script
by Anonymous Monk on Oct 01, 2010 at 07:01 UTC
    rowdog, you are a comic genius -- RFCs are traditional, ROFLMAO!!!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://862897]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found