in reply to Re^4: Negative array subscript method call bug?
in thread Negative array subscript method call bug?
That doesn't strike me as a very legitimate reason, because method invocation isn't the only place where this happens. hence the other example I posted...
laptop:~> perl -e '$y = \$x[-1000];' Modification of non-creatable array value attempted, subscript -1000 a +t -e line 1.
...there's nothing remotely close to a modification there.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Negative array subscript method call bug?
by demerphq (Chancellor) on Aug 09, 2004 at 09:26 UTC | |
|
Re^6: Negative array subscript method call bug?
by ysth (Canon) on Aug 09, 2004 at 10:05 UTC |