Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: HTTP Data Being Changed

by repellent (Priest)
on Apr 10, 2012 at 22:24 UTC ( [id://964417]=note: print w/replies, xml ) Need Help??


in reply to HTTP Data Being Changed

application/x-www-form-urlencoded type specifies + for spaces. You need to escape them:

useURI::Escape;
$r->content(uri_escape($content));

Replies are listed 'Best First'.
Re^2: HTTP Data Being Changed
by dlwester (Initiate) on Apr 11, 2012 at 13:39 UTC
    Thanks, that did the trick!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://964417]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 18:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found