in reply to
map versus for
I don't have
Perl Best Practices
in front of me, but I suspect the point that Damian Conway is making is that "map" is more idiomatic, in Perl, than a "for" loop, and not necessarily that it is more performant.
Comment on
Re: map versus for
In Section
Seekers of Perl Wisdom