![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: array questionby Corion (Patriarch) |
on Jun 30, 2010 at 13:48 UTC ( #847335=note: print w/replies, xml ) | Need Help?? |
Do you want all elements of the array at once? Then use @array. Or do you want to process each element of the array? Then use
You might want to see perlsyn. Further reading would be map if you want to transform elements of one array into another list.
In Section
Seekers of Perl Wisdom
|
|