Re: RFC 200 (v2) Objects: Revamp tie to support extensibility(Massive tie changes)
[email protected] (Nathan Wiger) Wed, 20 Sep 2000 13:44:43 -0700
| Newsgroups | perl.perl6.language.objects |
|---|---|
| Message-ID | <[email protected]> |
Damian Conway wrote: > > I didn't see any mention of my plea that C<tie> should pass the > original variable being tied as one of its arguments. :-( That's because it's a dumb idea!! **Kidding!!!!!** I forgot about this, sorry. I'll add it to the next version ;-) > my $x = 10; > tie $x, 'ReadOnly'; > print $x; # still prints 10 > > I feel that additional functionality is *very* important. Yes, so do I. -Nate