my $name = $dbh->quote("widget"); $dbh->do("delete from products where name = $name");