
iceman
Deleted
Aug 29, 2000, 1:45 AM
Post #1 of 2
(1441 views)
|
|
URL read problem.
|
Can't Post
|
|
Hi, I simply can't get this expression to work. It's suppose to take the hexdecimal values (eg: %3A) sent from a HTML <form> and translate it back into ASCII. $Value =~ s/%(\dA-Fa-f)/pack("C", hex($1))/eg; Any help would be greatly appreciated. Thanks in advance, Matt.
|