RE: Adding Arrays as Hash Keys

2004-06-20 Thread Tim Johnson
I'm a little hesitant to offer an answer because I'm not sure what you mean, but I'll give it a shot so that you have a chance to clarify if I'm way off. It's possible that what you want is a hash of arrays, where each hash key points to a different array. If so, then what you would want would

Re: Adding Arrays as Hash Keys

2004-06-20 Thread John W. Krahn
Gohaku wrote: > > Hello everyone, Hello, > I would like to know if there is a cleaner way of Merging Hash Keys > with Arrays > and what the correct terminology is for describing this merging. > I find the syntax somewhat confusing since @ usually refers to an Array or a slice. Lookup the word

RE: Adding Arrays as Hash Keys

2004-06-19 Thread Charles K. Clarkson
From: gohaku wrote: : I would like to know if there is a cleaner way of Merging : Hash Keys with Arrays and what the correct terminology is : for describing this merging. : I find the syntax somewhat confusing since @ usually refers : to an Array while : % refers to a Ha