I have a HASH with a mixture of single, double and triple layers.
exampl hash of hash of array's etc....
I try to dump and see values of the entire db but I get pointers and
memory addresses.  Below is my code  Please help.

foreach my $item (keys %hData){
print ("$item: $hData{$item}\n");
}

Thanks
Eric


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

Reply via email to