|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Disabling CGI::Carp(fatalsToBrowser)by robartes (Priest) |
| on Sep 14, 2006 at 16:37 UTC ( #572952=note: print w/ replies, xml ) | Need Help?? |
|
Hmm, I can think of a way, but I don't see why you would want to do this. CGI::Carp does its fatalsToBrowser magic by setting $SIG{'_DIE_'}. You could conceivably set $SIG{'_DIE_'} back to do nothing each time you go into the module, and set it back afterwards, but I have no idea whether that would work at all. If I get some more time tonight I'll see if I can rustle up some example code. CU
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||