http://qs321.pair.com?node_id=767783


in reply to Re: Assigning variables via looping
in thread Assigning variables via looping

(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.