Re: exceptions && exception objects

2003-02-13 Thread simran
If java style exceptions are what is needed, then try: http://search.cpan.org/author/PJORDAN/Exception-1.4/Exception.pm http://search.cpan.org/author/IX/libservlet-0.9.2/lib/Servlet/ServletException.pm simran. On Fri, 2003-02-14 at 14:56, R. Joseph Newton wrote: > "Shaw, Steven" wrote: > >

Re: exceptions && exception objects

2003-02-13 Thread R. Joseph Newton
"Shaw, Steven" wrote: > Hi, I'm looking for tutorials/sample-code/book-recommendations for learning about >exceptions, exception objects and their effective use. > > Cheers, > Steve. Hi Steve, You may be in the wrong neck of the woods for that purpose. Although Perl has some techniques for ha

Re: exceptions && exception objects

2003-02-12 Thread david
Steven Shaw wrote: > Hi, I'm looking for tutorials/sample-code/book-recommendations for > learning about exceptions, exception objects and their effective use. > > Cheers, > Steve. you can do simply error handling with evel,$@ and the sort. if you build your error classes carefully, you can mim

RE: exceptions && exception objects

2003-02-12 Thread wiggins
On Tue, 11 Feb 2003 18:32:43 -0600, "Shaw, Steven" <[EMAIL PROTECTED]> wrote: > Hi, I'm looking for tutorials/sample-code/book-recommendations for learning about >exceptions, exception objects and their effective use. > http://www.perl.com/pub/a