On Sat, Mar 22, 2008 at 8:00 PM, Aristotle Pagaltzis <pagaltzis@gmx.de> 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 $@. -- Mark J. Reed <markjreed@mail.com>Thread Previous | Thread Next