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


in reply to (cLive ;-) Re: use Fatal;
in thread use Fatal;

No need to use fatal with DBI. Just set DBI's RaiseError flag to true. You can even use eval() to catch exceptions with it.