On Wed, 13 Feb 2002 15:54:16 -0500, [EMAIL PROTECTED] (Peter Cline) wrote:
>I am getting a premature end of script headers error when running a >particular script from a browser. It runs fine the command line, printing >the proper header and all. The first thing to do is check the server logs for a clue to the error. If you cant get to the logs add: use CGI::Carp qw(fatalsToBrowser); to your script to see if you can get an clue to the error. Always check your scripts for dos line endings if on an unix server. You say it runs on the commandline. Is this on your desktop? Have you ssh'd into the server and actually ran it from the commandline on the server? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]