[Catalyst] Alternatives to Catalyst ?
Carl Johnstone
catalyst at fadetoblack.me.uk
Tue Apr 27 10:43:56 GMT 2010
Merlyn Kline wrote:
> I propose that all references
> to the req->param() interface should be replaced by references to the
> $c->req->parameters->{} interface except where explicit discussions
> of CGI.pm compatability are appropriate, which would only be very
> briefly in the case of the Intro.
It's not just useful for new users reading the intro with a CGI.pm
background.
There are other useful modules on CPAN that will process incoming request
parameters, that have been designed to expect a CGI object that they can
call param on. When using those modules with Cat it's handy to be able to
pass the Cat Request object over to make them work the same.
Carl
More information about the Catalyst
mailing list