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??
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: substituting with hash data
by Cirollo (Friar) on Aug 16, 2001 at 18:04 UTC | |
Re: substituting with hash data
by Masem (Monsignor) on Aug 16, 2001 at 18:05 UTC | |
Re: substituting with hash data
by davorg (Chancellor) on Aug 16, 2001 at 18:06 UTC | |
by Cirollo (Friar) on Aug 16, 2001 at 18:11 UTC |
Back to
Seekers of Perl Wisdom