in reply to
Re^4: Storing data into hashes
in thread
Storing data into hashes
Looks to me that you are printing the hash
after
the loop, not in the loop. The hash gets recreated for each row, you need to inspect it inside the loop.
Comment on
Re^5: Storing data into hashes
In Section
Seekers of Perl Wisdom