$count = 0; for(...) {   push @array, [..., ...];   $array[$count]->[1] = "test"; }