http://qs321.pair.com?node_id=11136994

LanX has asked for the wisdom of the Perl Monks concerning the following question:

Hi

we have a large infrastructure based on catching die "string" errors and catching them with eval I want to introduce die $err_obj with Try::Tiny for a cleaner handling.

But for introduction we need to be backwards compatible, i.e. $err_obj should stringify via overload to a classical error string. Before reinventing the wheel I was skimming thru CPAN but couldn't quite find a ready to use solution.

Any recommendations?

update

talking about Throw looks promising ... :)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery