On Fri, 13 Jul 2001 20:55:07 +1000 (EST), Damian Conway wrote: >Would you like to clarify what you mean here. >Are you talking about typeglob assignments? >Perl 6 will have: > > $Foo::{'$bar'} = \$baz; # Alias $Foo::bar to $baz Are we back to "globals only"? What about lexical aliases? Something like: my \%foo = \%bar; (Now %foo is an alias to %bar.) -- Bart.
- nice2haveit raptor
- Re: nice2haveit Damian Conway
- Re: nice2haveit raptor
- RE: nice2haveit Sterin, Ilya
- Re: nice2haveit raptor
- Re: nice2haveit Dan Sugalski
- RE: nice2haveit Sterin, Ilya
- Re: nice2haveit raptor
- Re: nice2haveit Bart Lateur
- Re: nice2haveit Uri Guttman
- Re: nice2haveit John Porter
- Re: nice2haveit Dan Sugalski
- Re: nice2haveit Paul Johnson
- Re: nice2haveit Brent Royal-Gordon
- Re: nice2haveit Mark Morgan
- Re: nice2haveit Dan Sugalski