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


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

So, if the logic of the program allows you to avoid naming the seconds prior to the convertion, you would find that acceptable?

my @minutes = map{ $_/60 } source_of_seconds();

Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Hooray!