Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Why CGI::Application?

by zby (Vicar)
on Jan 13, 2004 at 14:09 UTC ( [id://320956]=note: print w/replies, xml ) Need Help??


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.

Replies are listed 'Best First'.
Re: Re: Why CGI::Application?
by derby (Abbot) on Jan 13, 2004 at 14:47 UTC
    If I'm following your question correctly, the payoff of the run_modes method is so you can have multiple mappings of modes to methods. It's odd, but not unheard of, to have two differently named modes invoke the same method (think AUTOLOAD).

    -derby

      Ah - I'd rather do:
      sub mode1{ my $self = shift; return $self->mode2(); }
      Is it so common place that the shorcut justifies the overhead of the additional run mode hash?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://320956]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-16 06:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found