in reply to Re^2: want to skip displaying of "DBD::Oracle::st execute failed:" error messages showing full query; Try::Tiny
in thread want to skip displaying of "DBD::Oracle::st execute failed:" error messages showing full query

I'll have to go back and find a copy of the offending code and sanitize it. It is now accepted practice at $work to use eval for DBI operations, and Try::Tiny for everything else.

You must always remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.
  • Comment on Re^3: want to skip displaying of "DBD::Oracle::st execute failed:" error messages showing full query; Try::Tiny
  • Download Code

Replies are listed 'Best First'.
Re^4: want to skip displaying of "DBD::Oracle::st execute failed:" error messages showing full query; Try::Tiny
by sumalatha (Novice) on Apr 10, 2015 at 07:14 UTC

    Thankyou all for your help :)