in reply to Re^2: Help re-enabling CGI::Carp fatalstobrowser
in thread Help re-enabling CGI::Carp fatalstobrowser
The CGI::Carp documentation is clear about its incompatibility with mod_perl2.
Actually it is not clear at all :)
Overriding the program name in the use line use CGI::Carp 'name=progg'; doesn't work because its a global variable, that is all (see CGI::Carp in Apache::Registry)
In 10 years I've never used that feature, but it could easily be fixed to work in a persistent shared interpreter like mod_perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Help re-enabling CGI::Carp fatalstobrowser
by bmckenzie (Sexton) on Feb 01, 2012 at 04:17 UTC | |
by bmckenzie (Sexton) on Feb 15, 2012 at 16:33 UTC |