Help for this page
my $sth = $dbh->prepare ("INSERT INTO x (col1) VALUES(?)"); foreach my $value (@list_of_evil_stuff) { $sth->execute($value); }