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


in reply to Re^2: array to hash key value pairs
in thread array to hash key value pairs

map {$_} is a no-op (ie it doesn't do anything), so you can just as well leave it out.