Manish Uskaikar wrote:
> Hi,
>
> Thanks for the reply. I was working with the regular expressions wanted to
> know if i can have an equivalent of
>
> try
> {
> my code here
> }
> catch(exception e)
> {
> }
>
> Regards
> Manish U
Yes. Perl does have exceptions. I didn't find out about this u
On Wed, 12 Mar 2003, Manish Uskaikar wrote:
> Hi,
>
> Thanks for the reply. I was working with the regular expressions wanted to
> know if i can have an equivalent of
>
> try
> {
> my code here
> }
> catch(exception e)
> {
> }
>
> Regards
> Manish U
>
This might be of interest to you
http
PROTECTED]>
Sent: Wednesday, March 12, 2003 11:03 AM
Subject: Re: Query: System Errors
> On Wed, 12 Mar 2003, Manish Uskaikar wrote:
>
> > Hi,
> >
> > Can anyone help me, regarding the trapping of system errors like
segmentation fault? I want the program to exit only af
On Wed, 12 Mar 2003, Manish Uskaikar wrote:
> Hi,
>
> Can anyone help me, regarding the trapping of system errors like segmentation fault?
> I want the program to exit only after i finish completing my error_log file.
1) What kind of errors are you looking at?
2) Is this a perl question?
3) Are
Hi,
Can anyone help me, regarding the trapping of system errors like segmentation fault? I
want the program to exit only after i finish completing my error_log file.
Thanks and Regards
Manish U.