$sth = $dbh->prepare ($stmt); $sth->execute(); #### $sth = $dbh->prepare ($stmt) or die $dbh->errstr; $sth->execute() or die $dbh->errstr;