use URI::Escape; my $x = '%3Cb%3Eyo%3C%2Fb%3E'; print uri_unescape($x); [download]
In reply to Re: html code cleanup via GET by borisz in thread html code cleanup via GET by Anonymous Monk