http://qs1969.pair.com?node_id=549376


in reply to Re: CGI::Application - why?
in thread CGI::Application - why?

I wanted to be able to factor my web applications into many moudules, not one which is just as big as the original CGI script. The CGI::Application examples seem to focus on getting everything into one big module so where's the modularity? I'd like to have my runmodes in distinct modules, not simply subs within one monolithic module/script.