in reply to Matching strings from three files (three hashes)

FluffyBunny:

Unless you have an odd distro of perl, you do have a debugger. Just start your script as:

perl -d your_script.pl arguments

Give it a try, and you'll be able to figure out most problems pretty easily by looking at the data as you go through your program.

...roboticus