- or download this
$dbh->do("INSERT INTO body (Body) Values (?)",
$body);
- or download this
$dbh->do("INSERT INTO body (Body) Values (?)",
undef, $body);
- or download this
$rv = $dbh->do($statement);
$rv = $dbh->do($statement, \%attr);
$rv = $dbh->do($statement, \%attr, @bind_values);