in reply to Merging Hashes adding multiple values for keys, and replacing others

You might just want to use an RDBMS like MySQL instead of rolling your own via some wacky hash. At least, this is what comes to mind first. What you're talking about here is rather murky.

Once in a database like that, you can perform all kinds of queries on your data.
  • Comment on Re: Merging Hashes adding multiple values for keys, and replacing others

Replies are listed 'Best First'.
Re: Re: Merging Hashes adding multiple values for keys, and replacing others
by vili (Monk) on Aug 21, 2003 at 18:20 UTC
    Murky indeed, log analysis that is.
    ~vili