On Aug 21, Jennifer Pan said:
>> $value1 --> @list1
>> $value2 --> @list2
>> %hash{key} = $value3 -->@list3
>> $value4 --> @list4
>> $value5 --> @list5
Well, you want a reference to an anonymous array [ ... ] that holds
references to ot
Can u clarify your question ... what is value1..6 ... it looks like you are
trying to create a hash of references to arrays .. in which case value1 to 6
does not come into play at all
my %hash
$hash{key1}->[\@list1,\@list2,\@list3]
$hash{key2}->[\@list4,\@list3,\@list1]
to dereference the second