Paul Makepeace wrote:
> URI::_query::query_form() which makes query strings:
>
> $self->query(@query ? join('&', @query) : undef);
>
> Now as anyone in web standards knows, that ought to be '&'.
I thought ';' was preferable these days?
Jacqui