What's wrong with using just CGI?
use strict; use CGI; my $c=CGI->new(); $c->param('foo'=>'bar'); $c->param('baz'=>'boo'); print $c->url(-query=>1,-relative=>1); __END__ ?foo=bar;baz=boo
In reply to Re: hash to query string using semicolon
by Corion
in thread hash to query string using semicolon
by metaperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |