in reply to Re^2: Generate Array of Hashes WITHOUT References
in thread Generate Array of Hashes WITHOUT References

Hameed already posted this.

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)

  • Comment on Re^3: Generate Array of Hashes WITHOUT References

Replies are listed 'Best First'.
Re^4: Generate Array of Hashes WITHOUT References
by Anonymous Monk on Sep 09, 2014 at 09:57 UTC
Re^4: Generate Array of Hashes WITHOUT References
by tel2 (Pilgrim) on Sep 10, 2014 at 03:50 UTC
    Hi LanX,

    > Hameed already posted this.

    Sort of, but he redesigned the code so much that it no longer created more than element in the array. See how there is only 1 loop. Part of the problem with this is, it doesn't demonstrate how %rec should be reinitialised at the start of each iteration of the outer loop (though I now know this).