in reply to
Re: Array reference problem
in thread
Array reference problem
Thanks, that worked. However, I can't understand why one of these two 'families' of arrays can be accessed whereas the other not.
Comment on
Re^2: Array reference problem
Replies are listed 'Best First'.
Re^3: Array reference problem
by
JavaFan
(Canon)
on Jul 07, 2009 at 19:36 UTC
Because only for package variables does the lookup happen at runtime.
[reply]
In Section
Seekers of Perl Wisdom