in reply to
Newbie: parentheses, map, etc.
For functions that modify $_ rather than return the transformed value, there's
Filter
in
Algorithm::Loops
and
apply
in
List::MoreUtils
. IIRC, both functions are identical. Unfortunately, neither module is Core.
Comment on
Re: Newbie: parentheses, map, etc.
Select
or
Download
Code
In Section
Seekers of Perl Wisdom