in reply to CGI::Carp Doesnt seem to work properly

I'm not speaking authorativly but won't apache return the internal server error because it can't compile and run the perl (because it has a syntax error) CGI::Carp is taking care of run-time errors not compile-time - right?

Anticipating the shout down that follows :)


I can't believe it's not psellchecked
  • Comment on Re: CGI::Carp Doesnt seem to work properly

Replies are listed 'Best First'.
Re: Re: CGI::Carp Doesnt seem to work properly
by theAcolyte (Pilgrim) on May 22, 2003 at 08:22 UTC
    All I know is CGI::Carp was returning compile time errors just a week or two ago; it saved me the trouble of having to open an extra window to peruse the error log while debugging. So, something changed, but I've *NO* idea what.