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


in reply to Re: How foreach loops decide what to iterate through
in thread How foreach loops decide what to iterate through

That's clear and understandable, and what I would have thought too. (</metoo> ;-)

But I am still puzzled as to what is happening in the example of

my @a = (1); foreach (@a) { push @a, 1; }

Ceci n'est pas une signature