Output:use URI; my $uri = URI->new('www.mysite.com/cgi-bin/customer_info_get.pl'); $uri->query_form( f5 => 'CID', f6 => 'Joe & Jane', ); print "$uri";
www.mysite.com/cgi-bin/customer_info_get.pl?f5=CID&f6=Joe+%26+Jane
In reply to Re: Value not being interpreted
by tangent
in thread Value not being interpreted
by Milti
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |