http://www.perlmonks.org?node_id=949792


in reply to Re: CGI::Carp in Apache::Registry
in thread CGI::Carp in Apache::Registry

In thinking about this, am confused why it "seems to" work fine when not using the precompilation. If it is not designed for that, then how come it works? Am still fuzzy on much of the language. Thanks!

Replies are listed 'Best First'.
Re^3: CGI::Carp in Apache::Registry
by Anonymous Monk on Jan 25, 2012 at 03:42 UTC

    In thinking about this, am confused why it "seems to" work fine when not using the precompilation.

    What do you mean by that? do you mean when it is run through mod_cgi?

      What do you mean by that? do you mean when it is run through mod_cgi?

      Am not "intentionally" using mod_cgi, so don't know enough to address that part. What I meant by it seeming to work is that when the CGI::Carp qw(name=scriptX) lines are in each registry script, they *were* logging the appropriate script name *until* I introduced precompilation. Please see my initial post for clarification. Thanks!

        Um, that doesn't clarify anything

        Either your program runs under mod_perl or mod_cgi or something

        If you don't know, how would I know