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 until about two weeks ago, after subscribing to the list for three months. The module to use is Error. If you have version 5.8, this should come as standard. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]