On Wed, May 09, 2001 at 09:58:44AM -0700, Larry Wall wrote:
> I'd just like to point out that it's already becoming fairly easy
> to establish a bare alias for a scalar variable even in Perl 5:
>
> my $foo;
> my sub foo : lvalue { $foo }
I tried working on a "pythonish" module built around
sub AUTOLOAD : lvalue { $$AUTOLOAD }
Didn't finish it, but got close enough.
--
Britain has football hooligans, Germany has neo-Nazis, and France has farmers.
-The Times
- Re: what I meant about hungarian notation Matt Youell
- RE: what I meant about hungarian notation David Grove
- Re: what I meant about hungarian notation Bryan C . Warnock
- Re: what I meant about hungarian notation Bart Lateur
- Re: what I meant about hungarian notation Michael G Schwern
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Simon Cozens
- RE: what I meant about hungarian notation David Grove
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Larry Wall
- RE: what I meant about hungarian notation Simon Cozens
- RE: what I meant about hungarian notation David Grove
- Re: what I meant about hungarian notation Larry Wall
- Re: what I meant about hungarian notation John Porter
- Re: what I meant about hungarian notation Graham Barr
- Re: what I meant about hungarian notation Simon Cozens
- RE: what I meant about hungarian notation Hillary
- Re: what I meant about hungarian notation Hillary
- Re: what I meant about hungarian notation Larry Wall
- Re: what I meant about hungarian notation Me
- Re: what I meant about hungarian notation Larry Wall
