Stas Bekman <[EMAIL PROTECTED]> writes:

[...]

> > but somehow I'd rather be attaching handlers to exception classes
> > (like Java & C# do), not dispatching
> > on the value of $@ directly.
> 
> Example?

perl's eval {} is very slow, and doesn't easily
map to Java's try/catch(ExceptionClass err).  It's
not something modperl can emulate (Perl6 will
have it IIRC), though.


-- 
Joe Schaefer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to