in reply to Re^2: iterate through a hash with two keys
in thread iterate through a hash with two keys

map { { $label => $value } } 1 .. 9?

What you are doing is creating the hashref, and duplicating the same hashref that number of times.

--MidLifeXis