in reply to Matching strings from three files (three hashes)
Unless you have an odd distro of perl, you do have a debugger. Just start your script as:
perl -d your_script.pl argumentsGive 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
|
---|