my $sth = $dbh->prepare($sql) or die $dbh->errstr; $sth->execute or die $dbh->errstr;