in reply to Why CGI::Application?
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Why CGI::Application?
by derby (Abbot) on Jan 13, 2004 at 14:47 UTC | |
by zby (Vicar) on Jan 13, 2004 at 14:56 UTC |