Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Catalyst : Observations After Week 1

by marcus (Scribe)
on Nov 12, 2005 at 20:35 UTC ( [id://508010]=note: print w/replies, xml ) Need Help??


in reply to Catalyst : Observations After Week 1

rather than $c->forward('/we/had/the/path/wrong/foo')). when you are in the same package, you can just $c->forward('foo'); ;)
qw(marcus)

Replies are listed 'Best First'.
Re^2: Catalyst : Observations After Week 1
by water (Deacon) on Nov 13, 2005 at 14:44 UTC
    Thanks! What are the disadvantages of the method call, vs. the forward?

    water

      With the forward, it acts as an eval cage, and catches any errors using the catalyst exception handling mechanism. Also, it will automatically pass along args to the next method, and it will show up in the application flow in debug mode.
      qw(marcus)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found