$sth->execute || die "Could not execute SQL statement ... maybe invalid?"; die "Error connecting: '$DBI::errstr'"; #### $sth->execute || die "Could not execute SQL statement ... " . $dbh->errstr;