>  -----Original Message-----
> From:         Jennifer Pan  
> Sent: Tuesday, August 21, 2001 6:08 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      hash, key value
> 
> Dear all: 
> I would like to construct a hash, the value of each key is a bunch of
> refs to lists
> 
>               $value1 --> @list1
>               $value2 --> @list2
> %hash{key} =  $value3 -->@list3
>               $value4 --> @list4
>               $value5 --> @list5
> 
>  since I generate the %hash recursively, my question is that can the
> $value1 to $value6 be the same ( same string) for differrent hash
> keys?
> this could be a really niave question, but I really am not sure about
> the answer
> thanks a lot
> 
> -jennifer 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to