Re: RFC 137 (v1) Overview: Perl OO should Inot be fundamentally changed.

2000-08-22 Thread Damian Conway
Uri wrote: PRL A Cprivate keyword that lexically scopes hash keys to the PRL current package, and allows hashes to contain two or more PRL identically named (but differently scoped) entries. This PRL would solve the problem of encapsulation in OO Perl for the PRL

Re: RFC 137 (v1) Overview: Perl OO should Inot be fundamentally changed.

2000-08-22 Thread Nick Ing-Simmons
Damian Conway [EMAIL PROTECTED] writes: how would you travel up the @ISA tree and call INIT? Actually, you travel *down* the @ISA tree: the most ancestral INITs are called first. Ha, you botanist you! - you have the leaves at the top, and root at the bottom of your tree ;-) -- Nick

Re: RFC 137 (v1) Overview: Perl OO should Inot be fundamentally changed.

2000-08-21 Thread Uri Guttman
"PRL" == Perl6 RFC Librarian [EMAIL PROTECTED] writes: PRL A Cprivate keyword that lexically scopes hash keys to the current PRL package, and allows hashes to contain two or more identically named (but PRL differently scoped) entries. This would solve the problem of PRL encapsulation in