in reply to (tye)Re2: How do I populate a ML hash from an array?
in thread How do I populate a ML hash from an array?

Because that would produce:
$hash{onetwothree} = 1
instead of
$hash{one}{two}{three} = 1
  • Comment on Re: (tye)Re2: How do I populate a ML hash from an array?