[Catalyst-dev] Re: Developing action_uri() for Catalyst 5.80

Aristotle Pagaltzis pagaltzis at gmx.de
Sun Jun 8 20:17:59 BST 2008


* Matt S Trout <dbix-class at trout.me.uk> [2008-06-08 19:35]:
> The thing that I wonder about though is: Do we not want to
> provide some mechanism to say "the same captures as the current
> request -plus- this one" or "-less- this one" or "-except- with
> this different last one" or similar? (and same for args)

For query params all you need to do is load URI::QueryParam, then
the URI object you get back has methods like `query_param_delete`
and `query_param_append`. I rely on that quite extensively for
some parts of my app.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst-dev mailing list