[Catalyst] sample code for feedback

Colin Meyer cmeyer at helvella.org
Thu Jun 23 22:48:17 CEST 2005


On Thu, Jun 23, 2005 at 10:45:31PM +0200, Marcus Ramberg wrote:
> I usually do this:
> $c->req->args([qw/arg1 arg2 arg3/);
> $c->forward('/werever');
> 
> That way, args are preserved for the next forward too

That's what I've resorted to also, but it feels pretty hackish to
me.

-Colin.



More information about the Catalyst mailing list