On Sat, Sep 30, 2000 at 09:56:43PM +0100, Nicholas Clark wrote: > > Does this not imply that $[ should become lexically scoped? > Or the function of $[ becomes per-array. > (What would be the syntax to read and set it? pos @array? > it seems to be syntactically legal but undef both as rval and lval) What about using $[array = 1? That way $[array is the first index of an array, while $#array (of course) still is the last. -- Trond Michelsen
- Re: Variable attributes (was Re: RFC... Peter Scott
- Re: Variable attributes (was Re: RFC... Nathan Wiger
- Re: Variable attributes (was Re: RFC... Peter Scott
- Re: Variable attributes (was Re: RFC... Nathan Wiger
- Re: Variable attributes (was Re: RFC... John Porter
- Re: Variable attributes (was Re: RFC... Dan Sugalski
- Re: Variable attributes (was Re: RFC... John Porter
- Re: Variable attributes (was Re: RFC... David L. Nicol
- Re: RFC 355 (v1) Leave $[ alone. Nathan Wiger
- Re: RFC 355 (v1) Leave $[ alone. Nicholas Clark
- Re: RFC 355 (v1) Leave $[ alone. Trond Michelsen
- Re: RFC 355 (v1) Leave $[ alone. Glenn Linderman