Re: RFC 188 (v1) Objects : Private keys and methods
[email protected] (Damian Conway) Tue, 5 Sep 2000 11:22:32 +1100 (EST)
| Newsgroups | perl.perl6.language.objects |
|---|---|
| Message-ID | <[email protected]> |
> Will "private" be a true scoping keyword? Or under strict would you have > to do this: > > private my %hash; It's not a replacement for C<my>, though C<use strict> *might* choose to overlook it. :-) Damian