[Catalyst] Alternatives to Catalyst ?

Tobias Kremer tobias.kremer at gmail.com
Tue Apr 27 15:29:07 GMT 2010


On Tue, Apr 27, 2010 at 5:12 PM, Charlie Garrison <garrison at zeta.org.au> wrote:
> So as long as one doesn't need CGI.pm compat, use $req->params->{...} as the
> 'best practices' approach. It's not slower like $req->param(...) is, but
> still offers the desired encapsulation.
> Have I got that right or am I still confused?

Exactly! :)

Also, $c->req->param(..) _CAN_ be a security issue when blindly used
in a DBIC search() method. We discussed this a while ago:
http://www.gossamer-threads.com/lists/catalyst/users/24255

--Tobias



More information about the Catalyst mailing list