![]() |
uencode decode url string
is there a perl module that turns encoded url to plain chars? e.g.
'%20' to space. thanks. Xah xah@xahlee.org ∑ http://xahlee.org/ |
Re: uencode decode url string
Xah Lee wrote:
> is there a perl module that turns encoded url to plain chars? e.g. > '%20' to space. URI::Escape Or, if there are just a few of them: s/%(..)/chr hex $1/eg; -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl |
| All times are GMT. The time now is 01:53 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.