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


in reply to Re^5: Hard syntax error or disambiguable parsing?
in thread Hard syntax error or disambiguable parsing?

Ahhhh... and he was enlightened. Basically, $i here is operated on as if it was:

my $i; foreach local $i (0 .. 5){ ... }

Do you have any ideas/pointers to the rationale for "no array members?" I understand that it is so, but fail to understand why it is so, when (for instance) one can local-ize individual array members.

for(split(" ","tsuJ rehtonA lreP rekcaH")){print reverse . " "}print "\b.\n";