I'm wondering if there is a perl module or convienient sub-rountine out there that will help my perl script converts Extended Character inputs into same Extended Character outputs and prints it on a web page.
Let's say a visitor input an extended character, £ in the form. When my perl script gets this variable, £ becomes %C2%A3. I'm looking for a Perl Module or ready-made sub-routine that will help my script converts %C2%A3 back to £ and prints it out on a web page.