in reply to
Re: Forcing %20 using URI?
in thread
Forcing %20 using URI?
Nah, stick with
URI::Escape
, it comes with
URI
, but FWIW, + is the same as %20 and has been for over a decade :)
Comment on
Re^2: Forcing %20 using URI? (URI::Escape)
In Section
Seekers of Perl Wisdom