Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: How to get over 'premature end of script headers' in Apache?

by le (Friar)
on Jul 26, 2000 at 15:32 UTC ( [id://24449]=note: print w/replies, xml ) Need Help??


in reply to How to get over 'premature end of script headers' in Apache?

Be sure to send correct HTTP headers:

print "Content-type: text/html\n\n";
or
use CGI; print header();

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2025-02-08 23:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (95 votes). Check out past polls.