in reply to Re^2: Can a single key have different value assigned to it
in thread Can a single key have different value assigned to it

You are correct. If you dump the data, you will see all of your data in an array of hashes.

use Data::Dumper; print Dumper(\@information);
Have a cookie and a very nice day!
Lady Aleena