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


in reply to Re: Catalyst : Observations After Week 1
in thread Catalyst : Observations After Week 1

Thanks! What are the disadvantages of the method call, vs. the forward?

water

  • Comment on Re^2: Catalyst : Observations After Week 1

Replies are listed 'Best First'.
Re^3: Catalyst : Observations After Week 1
by marcus (Scribe) on Nov 13, 2005 at 21:01 UTC
    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)