in reply to Re^2: Get one element from anonymous hash
in thread Get one element from anonymous hash

for my $i (0 .. $#data) { $data[$i]{'stuff'} = 'more stuff'; }