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


in reply to Re: Think for yourself.
in thread is the use of map in a void context deprecated ?

People often call "map" and "grep" functional programming techniques. Since in pure functional programming there are not side effects, this may explain why some people (including me) don't expect side effects in them.