in reply to Re^4: array of hashin thread array of hash
$curr{my}[2] = 'CD'; [download]
There's no hash under 2, only a string. So you can't access a hash. The solution is to build the structure correctly.