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