$dbh->{'RaiseError'} = 1; #### $sth->prepare("YOUR SQL HERE")or die "blah $DBI::errstr"; #### $sth->prepare("YOUR SQL HERE");