Hi all,
Please tell me how to make this code:
$field =~ tr/+/ /;
$field =~ s/%([a-fA-F0-9] [a-fA-F0-9])/pack("C", hex($1))/eg;
to work with symbols like $, %, *, ., @, etc.
Thank You
Diyan



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to