in reply to CGI::Application - How to use a module for each runmode?

I believe this is what CGI::Application::Dispatch is for. It works a lot like the way Catalyst does in delegating which view is presented and such. If you read the docs it should be pretty clear, you can use CGI::Application::Dispatch with mod_ perl (i believe that's preferred) or you can use a CGI script to handle the "dispatching".

Hope this helps!

meh.
  • Comment on Re: CGI::Application - How to use a module for each runmode?