while (my (@ZEILE) = $sth2->fetchrow_array()) { my $SP = print "@ZEILE"; my $sth3 = $dbh->prepare($SP); $sth3->execute(); $sth3->finish(); }