in reply to Re: How do I populate a ML hash from an array?
in thread How do I populate a ML hash from an array?

Why not use an empty hash (ie {}) as your default true value? Then when $hash{69}{15} is set to {}, there is no problem setting $hash{69}{15}{14}{13} to {} after that.
  • Comment on Re (tilly) 2: How do I populate a ML hash from an array?

Replies are listed 'Best First'.
Re: Re (tilly) 2: How do I populate a ML hash from an array?
by unixdown (Scribe) on Mar 01, 2001 at 05:10 UTC
    Well hot-dog!
    Thank you. I was thinking way to hard about that one for such a simple answer.