in reply to Re^2: Static CGI.pm to mod_perl2 (not mod_perl)
in thread Static CGI.pm to mod_perl2 (not mod_perl)
I'm saying that CGI.pm works correctly in ModPerl::Registry and perl handlers, so you can write your mod_perl application using it. Apache2::Request is faster at parsing parameters than CGI.pm, but in real time the difference is pretty small.