for(1..10) { push @array, [$_, "irgendwas"]; $array[$#array]->[1] = "test"; }