On Sat, Mar 22, 2008 at 8:00 PM, Aristotle Pagaltzis <[EMAIL PROTECTED]> wrote: > What does Perl 6 do in that respect? Maybe semantics could be > borrowed from there?
In which respect? TTBOMK, both eval's role as pseudo-"try" and the $@ variable are gone in Perl6, which has a real "try" instead. If the eval'ed code fails, the eval itself just fails right along with it; so there's no need for a split along the lines of $! vs [EMAIL PROTECTED] -- Mark J. Reed <[EMAIL PROTECTED]>