"Brian Cassidy" <[EMAIL PROTECTED]> writes: > > I was testing an app at the command line which does some query and URL > manipulation. At one point, I pass the URL as generated from CGI.pm, which > happens to use a semi-colon (rather than an ampersand) as the query > parameter separator. Once I tried to access the params from the hash URI > returns from query_form(), I noticed that there was only 1 param instead of > the many more I was expecting.
Is using the URI::Semi class workable for you? If not, why? http://www.rosat.mpe-garching.mpg.de/mailing-lists/libwww-perl/2002-09/msg00022.html