Help for this page
my $sth = $dbh->prepare("INSERT INTO foo VALUES(?)"); $sth->execute($stringThatMightOrMightNotContainQuotes);