in reply to Re^7: Negative array subscript method call bug?
in thread Negative array subscript method call bug?

No, the assignment error is fine, I don't really care about it.

I want
$x[-1]->meth
To be the same as
$x[0]->meth
When @x is empty.