in reply to Re^2: Threading two text files
in thread Threading two text files

> The hash will not work for me as my database will contain more than one key value pair.

Sure it does! =)

It's a HoA (hash of arrays) holding all values per key, check the example output and uncomment pp to see the data structure.

Cheers Rolf

( addicted to the Perl Programming Language)