on Wed, 01 May 2002 08:44:28 GMT, Tanton Gibbs wrote:
> I really don't think you want to use hashes here. A hash is a
> one-way association. In other words, I have a person's name and I
> want to look up his address or I have a phone number and I want to
> look up who lives there. What you are
I really don't think you want to use hashes here. A hash is a one-way
association. In other words, I have a person's name and I want to look up
his address or I have a phone number and I want to look up who lives there.
What you are asking for is a way to store two objects together. One really