mike@neal:~> PAGER='head -n5' perldoc -f map
map BLOCK LIST
map EXPR,LIST
Evaluates the BLOCK or EXPR for each element of LIST
(locally setting $_ to each
element) and returns the list value composed of the results of each such evalua-
tion. In scalar context, returns the total number of elements so generated.
Ok,
(
Read more... )