[Catalyst] Alternatives to Catalyst ?

Tobias Kremer tobias.kremer at gmail.com
Mon Apr 26 09:39:48 GMT 2010


> Now that it's quietened down, I can ask a question. Does this I mean> it's preferable to use
> $c->req->{parameters}->{foo}
> rather than
> $c->req->param('foo')

AFAIK, the preferred way is:

$c->req->params->{ 'foo' }

--Toby



More information about the Catalyst mailing list