http://www.perlmonks.org?node_id=996859


in reply to Re^2: DBI ignoring devide by zero
in thread DBI ignoring devide by zero

Do you check for errors?

When creating the database connection, pass the { RaiseError => 1 } attribute or do manual checks for errors whenever you run an SQL statement.