Re: Rationale for $!
[email protected] (Moritz Lenz) Thu, 28 Jan 2016 22:24:59 +0100
| Newsgroups | perl.perl6.language |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 01/28/2016 04:06 PM, Todd C. Olson wrote: > Is there a way to make the exception be thrown eagerly, at the devision statement rather than waiting until use, at the say statement? Yes, 'use fatal;' Cheers, Moritz