in reply to Re^4: Matching hashes
in thread Matching hashes

Ah, it's been pointed out that I do in fact have a typo in my code:

In line 9, change "$indices{$line}" to "$indices{$key}".

I'll update my previous post to fix the code.


Dave