in reply to Re^2: 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.

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

Replies are listed 'Best First'.
Re^4: CGI::Carp in Apache::Registry
by bbfan (Novice) on Jan 25, 2012 at 13:37 UTC
    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