Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: CGI http header error

by Joost (Canon)
on Jun 03, 2003 at 13:01 UTC ( [id://262644]=note: print w/replies, xml ) Need Help??


in reply to CGI http header error

You are writing to a local file and not sending any output to SDOUT. CGI programs expect a minimal output to STDOUT (including headers) so they can send some response to the browser.

Most likely you need to remove all references to the OUT file(handle) so your output gets returned to the browser.

-- Joost

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 13:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found