Front page | perl.beginners |
Postings from May 2003
catch errors
Thread Next
From:
Moshe
Date:
May 27, 2003 11:28
Subject:
catch errors
Message ID:
20030527182809.49536.qmail@onion.perl.org
Hi All,
How do I catch/handle runtime errors in Perl?
Something like:
try {
} catch (e) {}
or
On Error Resume Next
Thanks.
Thread Next