[EMAIL PROTECTED] (Tony Olekshy)  wrote on 15.08.00 in 
<[EMAIL PROTECTED]>:

> What if we implemented something like the following?

Seems that the basic unwinder is

>     except { ... } => catch { ... }

and everything else can be written in terms of this:

>     catch { ... }

except { 1 } => catch { ... }

>     catch "ClassName" { ... }

except { $@->isa($ClassName") } catch { }

>     finally { ... }

except { 1 } => catch { ... ; throw $@ }


MfG Kai

Reply via email to