|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: Assigning variables via loopingby Errto (Vicar) |
| on Jun 02, 2009 at 21:14 UTC ( #767783=note: print w/ replies, xml ) | Need Help?? |
|
(use strict would have told you that.) Well, use strict wouldn't let you use symbolic references at all. Even if you declared @names, $jonah, $peter, and $larry. Though I guess if you only enable strict for vars, not refs, that might tell you something.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||