Eric Walker wrote:

> 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

Stay tuned on this list.  I am creating this some plumbing facilites for such 
structures on another thread.

Joseph


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

Reply via email to