in reply to Class methods die silently?
The whole "fatalsToBrowser" thing is kind of a hack and people frequently have problems with it. In this case, I'm guessing that your object method is doing something with eval{} blocks to catch exceptions and this CGI::Carp is ignoring it, but it could be other things as well. You are much better off getting rid of fatalsToBrowser and just using the error_log instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Class methods die silently?
by Anonymous Monk on Sep 22, 2003 at 23:47 UTC | |
by perrin (Chancellor) on Sep 23, 2003 at 01:29 UTC | |
by Anonymous Monk on Sep 23, 2003 at 02:20 UTC |