in reply to Re: Re: dying in the wrong place while using CGI::Carp
in thread dying in the wrong place while using CGI::Carp
Your script is committing an error that isn't manifesting itself until some point within CGI::Carp's error handling. Sorry, Perl isn't giving you a very helpful line number. But the problem really is going to be in your script.
Are you able to post your script so we don't have to throw darts at a target in the dark? If you post it as a followup here, be sure to use readmore tags. :)
By the way, one of the most recent updates to CGI::Carp involves the ineval() method (see the POD for CGI::Carp). Could it be that you've upgraded CGI::Carp and now it's catching something it should have caught before?
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: dying in the wrong place while using CGI::Carp
by esharris (Monk) on Dec 24, 2003 at 22:02 UTC | |
by davido (Cardinal) on Dec 25, 2003 at 16:45 UTC |