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


in reply to Re: Re: Handling different requests for a web app in one centralized place.
in thread Handling different requests for a web app in one centralized place.

It's not my post, but I did recommend the strategy. I did so based on my belief that it basically is a dispatch table, and that you'd be rebuilding a bit of CGI::App.

CGI::App is a good module, but I wouldn't bringing it into a mason application, particularly for use on just one page. Sometimes rolling your own is the best solution, particularly when it's something as simple as a dispatch table.

  • Comment on Re: Re: Re: Handling different requests for a web app in one centralized place.