Re: Catching exceptions with the // operator

2008-08-08 Thread Yaakov Belch
Thank you very much! my $bill = try ack() orelse try thpp() orelse do ppt(); This certainly does what I asked for, and it's short enough (even if we need to add a few brackets). Yes, the basic problem with the proposal is that it catches all exceptions willy nilly and u

Catching exceptions with the // operator

2008-08-06 Thread Yaakov Belch
est regards --- and many thanks for the continued effort on perl6! Yaakov Belch