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


in reply to Re^3: How to call a function on each item after a split?
in thread How to call a function on each item after a split?

Map is shorter, but just as clear. Result is a list -> can be fed directly to another function.

Just a matter of taste and choice really. TIMTOWTDI after all.

I'm too lazy to be proud of being impatient.