in reply to Re: mod_perl v2
in thread mod_perl v2

I was trying to avoid passing it into the subroutine as I want as few lines of duplicate code in each of the individual pages. I tried your alternate suggestion and I keep getting the error 'Can't locate object method "request" via package Apache2::RequestUtil"'. I had been loading that module with the httpd.conf and I tried adding it to the top of my package as well.

Replies are listed 'Best First'.
Re^3: mod_perl v2
by perrin (Chancellor) on Apr 15, 2008 at 12:10 UTC
    Loading Apache2::RequestUtil doesn't give you any errors?