![]() |
|
P is for Practical | |
PerlMonks |
CGI-Application sending warnings to browserby Boldra (Deacon) |
on Jan 31, 2012 at 07:54 UTC ( #950902=perlquestion: print w/replies, xml ) | Need Help?? |
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!
Back to
Seekers of Perl Wisdom
|
|