http://www.perlmonks.org?node_id=320956


in reply to Why CGI::Application?

I have just recently started to explore C::A as well. Here is a CGI::Application wiki by the way.

The question that intrigues me is why there is another dispatch mechanism build using the run_modes method. Why the object dispatch is not enough? In what circumstances another redirection layer is needed?

Update: run_modes not run_mode.

Update: For security reasons there should be a list of methods that can be called from the web. That's unevitable, at least untill perl has public and private methods.