I have a dumb problem. Ive got a hash which is formed like
so:
etc etc.
basically all the ascii punctuation's hex values associated
with their char, and Im trying to go through a string and
s// them like this:
but everytime the substitution just erases whatever the
regex matches. (in case you hadnt guessed already, im doing
CGI, and not using CGI.pm for other reasons). What exactly
am I doing wrong here? Thanks
In reply to hash problems
by zsh