[Catalyst] how to excute not only one 'begin' or 'end'?

T. H. Lin easy.lin at gmail.com
Tue May 2 20:41:53 CEST 2006


#Controller::Root
sub begin
sub end

#Controller::A
sub begin
sub end

#Controller::A::B
sub begin
sub index
sub end

when I call /A/B
is it possible to have action in this way?
Root::begin
A::begin
A::B::begin
A::B::index
A::B::end
A::end
Root::end



More information about the Catalyst mailing list