[Catalyst] sample code for feedback

Andy Grundman andy at hybridized.org
Thu Jun 23 23:45:16 CEST 2005


Jose Nyimi wrote:
> What's then the purpose of the following line:
> $c->forward('view', join "/", @name);
> Used at
> http://dev.catalyst.perl.org/file/trunk/examples/ServerDB/lib/ServerDB/C
> /Server.pm

Damn, you caught me!  That's a bug, I wrote that before I knew forward 
didn't support parameters. :)  I'll get that fixed soon.  I agree that 
intuitively you'd expect forward to take params, but alas it doesn't.

-Andy



More information about the Catalyst mailing list