At 03:31 PM 4/20/2001 -0500, Garrett Goebel wrote: > > > The equivalent of an AV should store an array of values rather > > > than variables. > > > > I disagree. > > > > $a = 1; > > @b = ($a); > > $c = $b[0]; > >oops I meant: > >Wouldn't you like to preserve the possibility of allowing $c >get both the variable and value vtables of $a? The interpreter will allow both. Which is done will depend on the context things appear in. (Basically which bit of bytecode the parser spits out) Dan --------------------------------------"it's like this"------------------- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk
- Re: Tying & Overloading Jarkko Hietaniemi
- Re: Tying & Overloading Filipe Brandenburger
- Re: Tying & Overloading Nathan Wiger
- Re: Tying & Overloading Jarkko Hietaniemi
- Re: Tying & Overloading Dan Sugalski
- Re: Tying & Overloading Jarkko Hietaniemi
- Re: Tying & Overloading Dan Sugalski
- Re: Tying & Overloading Jarkko Hietaniemi
- RE: Tying & Overloading Garrett Goebel
- RE: Tying & Overloading Garrett Goebel
- Re: Tying & Overloading Dan Sugalski
- Re: Tying & Overloading Filipe Brandenburger
- Re: Tying & Overloading Filipe Brandenburger
- Re: Tying & Overloading Nick Ing-Simmons
- Re: Tying & Overloading Dan Sugalski
- Re: Tying & Overloading Dan Sugalski
- Re: Tying & Overloading Filipe Brandenburger
- RE: Tying & Overloading Filipe Brandenburger
- RE: Tying & Overloading Dan Sugalski
- RE: Tying & Overloading Filipe Brandenburger
- Re: Tying & Overloading Larry Wall