Urldecode.pl

From Organic Design wiki
Revision as of 00:51, 15 June 2007 by Nad (talk | contribs) ({{perl}})
  1. Decode an URL-encoded stringOur Perl scripts.

$str =~ s/([^A-Za-z0-9])/sprintf("%%%02X", ord($1))/seg;