Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: LWP and URI escape

by Joost (Canon)
on Mar 02, 2007 at 23:17 UTC ( [id://602981]=note: print w/replies, xml ) Need Help??


in reply to LWP and URI escape

My guess would be that LWP::Simple's get() expects a correctly formatted URL but tries to correct simple mistakes (like replacing spaces with plusses). A plus sign however is a valid character in a URL, so it won't get escaped. If it did escape + signs, you wouldn't be able to input correct URLs.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-23 22:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found