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


in reply to Re: Re: Re: Hash references and illegal octal digits
in thread Hash references and illegal octal digits

my %hash = map { chomp; split /,/,$_,2 } @array;