![]() |
|
Do you know where your variables are? | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Everyone knows that die/eval is Perl's exception handling mechanism. However, this primitive can be used in many different ways.
Looking at CPAN, I see a few modules that provide higher-level constructs, including Exception-1.4 by Pete Jordan (mentioned on another thread here, which got me looking), and Exception-Class-0.8 by Dave Rolsky. The former is not in ActiveState's Repository, but the latter is. Why?? Does that mean one is more mature, more often used, etc.? In general, which of the many exception systems is worth learning and using? Or do they all have their issues? If anyone's used exception handling in general or one of these modules, can you post your thoughts, for comparisons? —John In reply to Throwing Exceptions and Error Handling by John M. Dlugosz
|
|