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


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

I found that CGI::Prototype did a good job of raising the abstraction that CGI::Application started towards. When you develop a web app under CGIP, you dispatch to modules not subroutines. And the dispatch mechanism is more general: it can be based on anything that you want: GET versus POST, any particular parameter, etc.