in reply to Re: Re: Re: Array named for array element?
in thread Array named for array element?

What happens when that has has repeated keys though?
  • Comment on Re: Re: Re: Re: Array named for array element?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Array named for array element?
by allolex (Curate) on Jul 04, 2003 at 07:27 UTC

    Well, a hash cannot have repeated keys. If the key is identical, it will overwrite your old data. You can use a counter to number the hash keys and avoid this problem. :)

    HTH

    --
    Allolex