I am very new using Perl. I am trying to create an array of hashes when reading information from files.
The problem that I have is that I have several files.
I create an array with the names of the files to open, then using "foreach" I open each file and add the information to the hash. my problem is that each file is overwriting previous file information.
I am just so confused and I have tried several options, the way to solve this issue may be very easy but somehow I just don't see it, (lack of experience or just... not focus enough).
Would someone help me?
Thanks!