in reply to Re: Recursion - Array of Hashes
in thread Recursion - Array of Hashes

Yes, I see exactly what you mean. I was hoping to not have globals, so I'll stick with the referencing, but I think I'll try to do it properly.

Replies are listed 'Best First'.
Re^3: Recursion - Array of Hashes
by Heffstar (Acolyte) on Feb 02, 2010 at 21:17 UTC

    After doing it properly, it works beautifully. I just wish the data I was working with wasn't all ... screwy. Thanks for all the help!