syslog.warten.de
RSS
Blog
Archives
URI Encode a String in Perl:
Jan 7
th
, 2010
$string =~ s/([^A-Za-z0-9])/sprintf("%%X", ord($1))/seg;