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

Reply via email to