In your perl section, you could try, "no strict qw(subs);"
No dice.
This seems like a bug on Apache::PerlSection, and you might report it to the mod_perl list if you get this to work.
That was enough of a clue to fix it. I pounded out the "use strict" at the top of PerlSection.pm and everything's working beautifully. Naturally this is not a final solution, but it will suffice for my immediate purposes.
I will go ahead and post about the bug to the mod_perl list.
Thanks again, you two.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]