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


in reply to RaisePetPeeve => 1
in thread dbi: PrintError and RaiseError

I too agree to RaisePetPeeve. Most of the times if we try to delete 3 things as zwon mentioned and 1st and 3rd delete and 2nd record not getting delete due to some constraints, we may not known exactly in big application and it will create problem later. So, rather use RaiseError find the issue(constraint issue or whatever) and fix the problem.