On Wed, 28 May 2003, Warren Young wrote: > Josh Chamas wrote: > > 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 think what should also work is leaving in the 'use strict;' and inserting use Apache::Const -compile => ':common'; near the top of PerlSection.pm - that way, the Apache::OK would be seen as a defined constant. -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]