On 1/15/05 0:29, "Octavian Rasnita" <[EMAIL PROTECTED]> wrote:
> Hi, > > If I want to use CGI::Session or CGI::Application, can I do it if I use > mod_perl or there are better modules for using with MP? > > Thanks. > > Teddy > Both work quite well under mod_per. The CGI in both of those does not refer to needing to be used only under plain CGI. You probably want to look at the plugin CGI::Application::Plugin::Apache. There is an email list for CGI::Application that is probably a better forum for asking further questions. Sean