in reply to Re^2: scope of an autovivified variable?
in thread scope of an autovivified variable?
Perhaps some additional discussion about what you mean would help my feeble understanding.
You said the "data is getting carried over from one iteration of the outer loop to the next, when it wouldn't if the array were lexical."
That's not true, because the array is lexical. Whatever you think is happening doesn't change the scope of the variable.
I can't get back to the original variable the second time around.
You say "variable" when you mean "value".
Updated based on better understanding of the question.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: scope of an autovivified variable?
by rmcgowan (Sexton) on May 11, 2011 at 22:55 UTC | |
by Marshall (Canon) on May 12, 2011 at 15:03 UTC | |
Re^4: scope of an autovivified variable?
by rmcgowan (Sexton) on May 11, 2011 at 23:05 UTC |