http://www.perlmonks.org?node_id=1053049


in reply to Re: map sub to list?
in thread map sub to list?

Thanks to everybody who replied! I think I've got it. When writing @a = map f( $_ ), @numbers; this is a case of map BLOCK LIST (as opposed to map EXPR LIST) right?