On Tue, 2006-08-15 at 22:45 +0100, 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 '&'. Just a semicolon is neater. http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2