in reply to Re^2: Can we continue after an exception?
in thread Can we continue after an exception?

The only one that is widely used is Exception::Class. Seriously, you are taking your life in your hands if you use Error's try/catch syntax. It caused multiple hard-to-find bugs in a large system I worked on.
  • Comment on Re^3: Can we continue after an exception?