vishwas bhakit wrote:
hello,

Hello,

I am getting following error.
Premature end of script headers
Can anybody plz tell me
what is the cause of this.

perldoc perldiag [snip] Premature end of script headers See Server error.

[snip]

       Server error
           This is the error message generally seen in a browser window when
           trying to run a CGI program (including SSI) over the web. The
           actual error text varies widely from server to server. The most
           frequently-seen variants are "500 Server error", "Method
           (something) not permitted", "Document contains no data", "Premature
           end of script headers", and "Did not produce a valid header".

           This is a CGI error, not a Perl error.

           You need to make sure your script is executable, is accessible by
           the user CGI is running the script under (which is probably not the
           user account you tested it under), does not rely on any environment
           variables (like PATH) from the user it isn't running under, and
           isn't in a location where the CGI server can't find it, basically,
           more or less.  Please see the following for more information:

                   http://www.perl.org/CGI_MetaFAQ.html
                   http://www.htmlhelp.org/faq/cgifaq.html
                   http://www.w3.org/Security/Faq/

           You should also look at perlfaq9.



John
--
use Perl;
program
fulfillment

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




Reply via email to