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 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
