Personal tools

Urldecode.pl

From OrganicDesign Wiki

Jump to: navigation, search
# Decode an URL-encoded string
$str =~ s/([^A-Za-z0-9])/sprintf("%%%02X", ord($1))/seg;

The GNU Project Debian Linux Ubuntu Linux Wikipedia online encycopedia MediaWiki