Front page | perl.beginners |
Postings from May 2003
Re: catch errors
Thread Previous
|
Thread Next
From:
R. Joseph Newton
Date:
May 29, 2003 17:22
Subject:
Re: catch errors
Message ID:
3ED6A5E7.254850C6@efn.org
Moshe wrote:
> Hi All,
>
> How do I catch/handle runtime errors in Perl?
>
> Something like:
>
> try {
>
> } catch (e) {}
>
> or
>
> On Error Resume Next
>
> Thanks.
The Error modulle provides true object-oriented exception
objects, using standard cross-language conventions.
Joseph
Thread Previous
|
Thread Next