Re: Error.pm and try/catch/throw
- From: fishfry <BLOCKSPAMfishfry@xxxxxxxxxxxxxxxx>
- Date: Thu, 21 Jul 2005 19:08:50 -0700
In article
<BLOCKSPAMfishfry-D36AD2.22540220072005@xxxxxxxxxxxxxxxxxxxxxxxx>,
fishfry <BLOCKSPAMfishfry@xxxxxxxxxxxxxxxx> wrote:
> Is Error.pm the standard way to do error handling these days? Or at
> least *a* standard way?
>
> Are there any standard or popular libraries of exceptions, or should I
> just write my own Error.pm subclasses?
No responses? I was just curious to know what kind of error handling
people do. It seems to me that the try/catch/throw method is an
improvement to the old days of checking error returns and trying to pass
the right amount of error detail info upstairs to callers. I know how to
use eval and die handlers.
Do most serious Perl programmers use one method or another of handling
errors, and if so, what?
.
- Follow-Ups:
- Re: Error.pm and try/catch/throw
- From: Richard Gration
- Re: Error.pm and try/catch/throw
- From: Tad McClellan
- Re: Error.pm and try/catch/throw
- From: SMO
- Re: Error.pm and try/catch/throw
- References:
- Error.pm and try/catch/throw
- From: fishfry
- Error.pm and try/catch/throw
- Prev by Date: Perl Developer Contract - Melbourne, Australia
- Next by Date: Re: Error.pm and try/catch/throw
- Previous by thread: Error.pm and try/catch/throw
- Next by thread: Re: Error.pm and try/catch/throw
- Index(es):
Relevant Pages
|