in reply to Mixing Carp and CGI::Carp

Why are you mixing Carp with CGI::Carp? Nevermind, just don't do it.

Replies are listed 'Best First'.
Re: Re: Mixing Carp and CGI::Carp
by knowmad (Monk) on Oct 18, 2003 at 03:00 UTC

    As I said in my original message, the code in question is running in mod_perl. Lots of packages get loaded. Some load Carp, some load CGI::Carp. Thus, I have both in my module hierarchy.

    The real issue is that CGI::Carp is not cooperating inside of a Safe environment.

    .