my $sth = $dbh->prepare("INSERT INTO tbl_bsp SET bsp_artID=?, bsp_text=?"); $sth->execute($sorte, $animal); $sth->finish;