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


in reply to Re^2: assigning arrays as values to keys of hash
in thread assigning arrays as values to keys of hash

It seems my "Efficiency is over-rated" comment was unclear. I fully believe (without testing, therefor as an article of faith) that my solution is slower than the two pass solutions. I guess I didn't make that clear. I am less interested in efficiency and more interested in solutions that show more rarely used perl capabilities.

TIMTOWTDI forever :)