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 :)

  • Comment on Re^3: assigning arrays as values to keys of hash

Replies are listed 'Best First'.
Re^4: assigning arrays as values to keys of hash
by Marshall (Canon) on Sep 18, 2018 at 23:50 UTC
    Now that I understand what your objective was, all is fine.
    For a newbie, my objective is to show simple code that will "run like a rocket".
    The complications in your code are too much for a beginner.