for ($y=0; $y < $i; $y++) { $x=0; foreach (@fileinhalt) { chomp; printf("$_;$x\n"); $name[$x]->addItem( \$_ , -value => \$x); $x++; } }