> 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