in reply to CGI::Fast Getting Started

You could always tell us what's in the error log when you get this error - that should give everyone a clue.

Or, you could add a

use CGI::Carp qw/fatalsToBrowser/;
if you don't have access to the error log.

-- zigdon

Replies are listed 'Best First'.
Re: (z) Re: CGI::Fast Getting Started
by Willman023 (Scribe) on Mar 20, 2003 at 02:50 UTC
    Thanks zigdon, but even when I use fatalsToBrowser it doesn't give me an error...just 500 Internal Server Error. In the log though, I have "Premature end of script headers"
    My webhost hasn't gotten back to me yet either.

    bW
    Perl - the breakfast of Champions!

      In that case, I'd guess you have compilation errors. Can you do a 'perl -cT script.pl' on a commandline somewhere?

      -- zigdon