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


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to