Re: Toward an omnibus Perl 6 Exceptions RFC, v0.1.
[email protected] (Jonathan Scott Duff) Wed, 16 Aug 2000 09:39:59 -0500
| Newsgroups | perl.perl6.language.errors |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 15, 2000 at 11:59:50PM -0600, Tony Olekshy wrote:
> > for (@PERL::EXCEPTIONS) {
> > print $_->file, "\t", $_->line, "\n";
> > }
>
> Yawn. That's the way RFC 88 v1 does it. Check it out.
I've read it ... perhaps that's what even gave me the idea, but that's
a big document and I haven't absorbed all the details yet.
> We are trying to fix that problem. Nature abhors globals.
It's an array in a namespace specifically for Perl. I don't see how
adding a private _link field to an object is any better or worse.
-Scott
--
Jonathan Scott Duff
[email protected]