http://qs321.pair.com?node_id=642816


in reply to Comma's and blocks

The & prototype and a comma causes problems with Data::Rmap:
rmap { print }, 1..3; ^-------- bad news, you get and empty list: rmap(sub { print $_; }), 1..3;