in reply to Re^8: Apache Registry with Server Side Includes
in thread Apache Registry with Server Side Includes

Yes, the error and host logs always have a tail on them. Also, the actual registry script that is being debugged contains:

# Debug / Logging our $debug = 1; use CGI::Carp qw(name=XXX); local $SIG{__WARN__} = \&Carp::cluck; # Begin use strict; use warnings; use diagnostics; ...

Open to more suggestions... Thanks!

Replies are listed 'Best First'.
Re^10: Apache Registry with Server Side Includes
by Anonymous Monk on Jan 02, 2012 at 23:48 UTC

    Open to more suggestions... Thanks!

    Um, what happened? What was the output? How did the cgi-bin output differ from mod_perl?

      When the SSI called the script that was in the "cgi-bin" directory, the printout was 1..5, 1..10 and 1..30.

      When the SSI called the same script in the "mod_perl" directory, the printout was 1..5, 1..5 and 1..5.

        So you did not run my DebugCGI?

        You had already mentioned that 1..30/ 1..5 difference

        DebugCGI should dump CGI object, along with %ENV -- really important debugging aids that help you narrow down the problem