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
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).
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
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