Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Opinions of Error.pm

by rvosa (Curate)
on Sep 04, 2006 at 17:57 UTC ( [id://571128]=note: print w/replies, xml ) Need Help??


in reply to Opinions of Error.pm

I use Exception::Class to build exception hierarchies and Exception::Class::TCF for try/catch functionality. If a standard die is called inside a try block, Exception::Class::TCF turns it into an exception object (of class 'Default') through some clever jiggery-pokery. Might be what you're looking for.

Replies are listed 'Best First'.
Re^2: Opinions of Error.pm
by astroboy (Chaplain) on Sep 10, 2006 at 03:12 UTC
    Yep, I agree - I think Exception::Class::* is the way to go for exception handling in Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://571128]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found