http://qs321.pair.com?node_id=1011208


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.