in reply to Re: Printing a reference to the output of map
in thread Printing a reference to the output of map

map's returning a list all right: in this case a list of paired elements. It's perfectly acceptable to dump this "list" directly into a hash.
  • Comment on Re: Re: Printing a reference to the output of map