in reply to Re^2: Get one element from anonymous hashin thread Get one element from anonymous hash
for my $i (0 .. $#data) { $data[$i]{'stuff'} = 'more stuff'; } [download]