> URI-1.22 is now propegating on CPAN.  New since last release is sip:
> and sips: support contributed by Ryan Kereliuk and a URI::QueryParam
> module that does this:

Cool.

> SYNOPSIS
>       use URI;
>       use URI::QueryParam;
> 
>       $u = URI->new("", "http");
>       $u->query_param(foo => 1, 2, 3);
>       print $u->query;    # prints foo=1&foo=2&foo=3

How about an option to someway tell query_param to use (if not default
to) ";" as the separator in query strings instead of "&"?

More info:
- <http://www.w3.org/TR/html401/appendix/notes.html#h-B.2.2>
- use CGI qw(-newstyle_urls);

-- 
\/ille Skytt�
ville.skytta at iki.fi

Reply via email to