$value =~ s/%([\dA-Fa-f]{2})/pack("C", hex($1))/eg; this is saying substitute any alpha, non-alpha characters with the hexadecimal string of $1.
I am not sure what the "%" sign does or the "eg" Again, thanks in advance. Scott -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]