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


in reply to Organising big CGI::Application codebases

I recommend CGI::Application::Dispatch. It's by far the simplest and most scalable way to structure big applications into separate and independent modules. Each module would be a separate CGI::Application subclass.