Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I need to do simple substitution using the keys and values of a hash table. But I'm new and can't get it to work. I just want the script to check for a "key" in the hash, and replace it with its corresponding "value." Any help??
Back to
Seekers of Perl Wisdom