![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Understanding the map functionby ysth (Canon) |
on Jul 14, 2005 at 17:05 UTC ( #474967=note: print w/replies, xml ) | Need Help?? |
"evaluation" there means, supposing the BLOCK or EXPR were the body of a sub, see what the sub returns in list-context given $_ aliased to an element of LIST.
Maybe you are trying to read too much into the word? evaluate 1+1 results in 2; evaluate "a".."e" results in qw/a b c d e/, etc.
In Section
Seekers of Perl Wisdom
|
|