http://qs321.pair.com?node_id=636309


in reply to Re: Static CGI.pm to mod_perl2 (not mod_perl)
in thread Static CGI.pm to mod_perl2 (not mod_perl)

My application works great with CGI.pm as it stands, but I wanted to turn it into a mod_perl2 application for the performance reasons (vs. using something like Memoize for example).

Or are you saying that simply using CGI.pm and its associated objects within my application, automagically makes it a mod_perl2 application?