http://qs321.pair.com?node_id=554662


in reply to Re: common replacement code ill-understood
in thread common replacement code ill-understood

You can use CGI to decode parameters, but it won't decode the main url part. CGI doesn't have a generic %-unescape routine.

Replies are listed 'Best First'.
Re^3: common replacement code ill-understood
by BazB (Priest) on Jun 11, 2006 at 11:12 UTC

    To escape and unescape URI/URL escape characters, use URI::Escape. A very handy module.


    If the information in this post is inaccurate, or just plain wrong, don't just downvote - please post explaining what's wrong.
    That way everyone learns.