in reply to Re^2: creating array of hashes from input file
in thread creating array of hashes from input file

Here, instead of a regex I would likely use unpack with the appropriate template(s).

Append to %info until you encounter an empty line, then flush.