http://www.perlmonks.org?node_id=253958


in reply to use CGI or die, even with mod_perl?

To be honest, if you're making a mod_perl application you don't have to use the CGI module at all. Apache::Request does the handling for you, in a manner that is quite similar to CGI.

There are a few tiny differences, but otherwise, you can survive without having to use CGI at all. Of course, you're using the mod_perl equivalent, so, it's not like you're playing with fire.
  • Comment on Re: use CGI or die, even with mod_perl?