Re: Query: System Errors

2003-03-12 Thread R. Joseph Newton
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

Re: Query: System Errors

2003-03-12 Thread Sudarshan Raghavan
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

Re: Query: System Errors

2003-03-12 Thread Manish Uskaikar
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

Re: Query: System Errors

2003-03-11 Thread Sudarshan Raghavan
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

Query: System Errors

2003-03-11 Thread Manish Uskaikar
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.