|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: When would you choose foreach instead of map?by dvergin (Monsignor) |
| on May 20, 2004 at 20:06 UTC ( #355059=note: print w/ replies, xml ) | Need Help?? |
|
And of course if you wanted to alter the array in place (not creating a new one) and also wanted to do it in one succinct line (as your map does), you could just say:
------------------------------------------------------------
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||