{ local $dbh->{RaiseError} = 0; local $dbh->{PrintError} = 0; $dbh->do($sql_that_might_fail); }