RE: creating a hash out of 2 arrays

2004-04-20 Thread Sanyal, Dibya F \(Corporate, consultant\)
Sanyal, Dibya F (Corporate, consultant) <[EMAIL PROTECTED]> wrote: >: >: I have 2 arrays. One holds all uniq key values of an >: associative list (all ssn), other holds the associated >: values (their names). I need to create a hash by >: putting these arrays together. Each entry in that hash >: w

RE: creating a hash out of 2 arrays

2004-04-20 Thread Bob Showalter
Sanyal, Dibya F (Corporate, consultant) wrote: > Hi, > > I have 2 arrays. One holds all uniq key values of an associative list > (all ssn), other holds the associated values (their names). I need to > create a hash by putting these arrays together. Each entry in that > hash would be (ssn => name).

Re: creating a hash out of 2 arrays

2004-04-20 Thread James Edward Gray II
On Apr 20, 2004, at 9:27 AM, Sanyal, Dibya F ((Corporate, consultant)) wrote: Hi, I have 2 arrays. One holds all uniq key values of an associative list (all ssn), other holds the associated values (their names). I need to create a hash by putting these arrays together. Each entry in that hash

RE: creating a hash out of 2 arrays

2004-04-20 Thread Charles K. Clarkson
Sanyal, Dibya F (Corporate, consultant) <[EMAIL PROTECTED]> wrote: : : I have 2 arrays. One holds all uniq key values of an : associative list (all ssn), other holds the associated : values (their names). I need to create a hash by : putting these arrays together. Each entry in that hash : would be