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


in reply to Re: compare two hashes inefficiently.
in thread compare two hashes inefficiently.

Hi, please don't use this code. I wrote it ages and ages ago. The above replies were correct in that there are better ways to do this. Upon thinking back to when I wrote some of the code I've posted to perlmonks, I realize that I had a lot more perl knowledge than I had common sense. In this case, I had a solution for the problem ahead of me, but I didn't understand that I was solving the wrong problem. This may be one of the most important things I've learned over the years; I'm sure somebody here (or even myself) could help you come up with a better, and certainly more elegant, solution to the problem you're trying to solve with the above hack(s).

–dep

--
Tilly is my hero.

  • Comment on Re^2: compare two hashes inefficiently.

Replies are listed 'Best First'.
Re^3: compare two hashes inefficiently.
by OfficeLinebacker (Chaplain) on Feb 10, 2007 at 15:31 UTC
    That's OK. I don't even remember what I was talking about in my post. I think I was also writing a file comparison routine (basically handrolling my own stripped-down rsync). Since then I discovered FreezeThaw, which has worked very nicely for me for hash comparisons.

    I like computer programming because it's like Legos for the mind.