# Do this every time: my $sth = $dbh->prepare("update table set column=?") or die $dbh->errstr; $sth->execute("sneaky text with posessives' in it") or die $dbh->errstr;