in reply to Value not being interpreted
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
|
|---|