Glenn Linderman wrote: > > Perl 5 doesn't have exceptions, which is precisely how it avoids this > problem. Perl 5 has exceptions. my $x = 0; my $y = 1 / $x; It avoids nothing, which is we are always mixing return-based and exception-based failure signalling. This is not going to go away, and everyone likes that. The discussion here is about how to do the case where you do want to do exception-based failure signalling. On that there seems to be general agreement. Yours, &c, Tony Olekshy
- Re: On the case for exception-based ... Glenn Linderman
- Re: On the case for exception-ba... Peter Scott
- Re: On the case for exception-ba... Chaim Frenkel
- Re: On the case for exception-based error handlin... Bennett Todd
- Re: On the case for exception-based error han... Peter Scott
- Re: On the case for exception-based error handling. Glenn Linderman
- Re: On the case for exception-based error handlin... Markus Peter
- Re: On the case for exception-based error han... Glenn Linderman
- Re: On the case for exception-based error... Markus Peter
- Re: On the case for exception-based ... Peter Scott
- Re: On the case for exception-based error... Tony Olekshy
- Re: On the case for exception-based ... Glenn Linderman
- Re: On the case for exception-ba... Tony Olekshy
- Re: On the case for exception-ba... Glenn Linderman
- Re: On the case for exception-ba... Peter Scott
- Re: On the case for exception-ba... Markus Peter
- Re: On the case for exception-ba... Tony Olekshy
- Re: On the case for exception-ba... Markus Peter
- Re: On the case for exception-ba... Glenn Linderman
- RE: On the case for exception-based error handling. Brust, Corwin