Ankur wrote:
> Hi,
>
> I am receiving the following error : "Premature end of script headers"
> when running my CGI script using a web browser.
>
> Instead if I execute the script manually at the shell, it executes
> successfully. Actually, the script needs to fetch a lot of data from
> the database.
>
> I couldn't find any related reference for this error description on
> the web, though there are a lot of other references.
>
> Any idea?
>
> Ankur Jain
>
>
>   
I think this error can also be the result of the web server not seeing
the file as a script (check the location and/or extension of the script
against the server configuration, alternately you could use the X bit
hack if the web server is Apache). 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to