in reply to
Learning to use "each"
Because
each
returns a 2 element list.
for
iterates over one element at a time. How did you imagine to use
for
in combination with
each
?
Comment on
Re: Learning to use "each"
Select
or
Download
Code
In Section
Seekers of Perl Wisdom