Hi, this is my first ever post here so please forgive me if my answer is obvious. my program has the lines: my $req = POST 'http://xxx.yyy.com', [ xxx => 'test1', proceed => '+Click+here+' ]; my $content = $ua->request($req)->as_string; the output is: xxx=test1&proceed=%2BClick%2Bhere%2B a browser produces: xxx=test1&proceed=+Click+here+ how can I inhibit the encoding please? Marc
- Re: LWP::UserAgent - browser simulation Marc Power
- Re: LWP::UserAgent - browser simulation Liam Quinn
- RE: LWP::UserAgent - browser simulation Marc Power
- RE: LWP::UserAgent - browser simulation Marc Power
- RE: LWP::UserAgent - browser simulation Liam Quinn
- RE: LWP::UserAgent - browser simulation Marc Power
- LWP::UserAgent - browser simulation Marc Power
