Boldra has asked for the wisdom of the Perl Monks concerning the following question:

I have a CGI::Application::FastCGI + TT app which is sending perl warnings to the browser (and breaking the content-headers, resulting in 500s).

The warnings of the sort "use of uninitialized value".

CGI::Carp is used, but only 'fatalsToBrowser', not 'warningsToBrowser'.

It's not an Apache global setting, because other scripts aren't doing this.

What else can cause this? How can I get the warnings to go the apaches error log?

Thanks!



- Boldra
  • Comment on CGI-Application sending warnings to browser

Replies are listed 'Best First'.
Re: CGI-Application sending warnings to browser
by Anonymous Monk on Jan 31, 2012 at 08:37 UTC