[Catalyst] Another RFC. $c->call()

Sebastian Riedel sri at oook.de
Fri Apr 14 03:34:39 CEST 2006


What about:

     $c->action('/foo/bar')->forward;
     $c->action('/foo/bar')->detach;

or (suggested by mst):


     $c->forward( $c->action('/foo/bar') );
     $c->detach( $c->action('/foo/bar') );


--
sebastian




More information about the Catalyst mailing list