You can access the values this way:
foreach my $n (@{$data->{instance}}) { foreach my $m (@{$n->{contact}}) { foreach my $key (keys %{$m}) { print "key: $key -> $m->{$key}\n"; } } }
In reply to Re: How to address hashtables nested in arrays?
by pme
in thread How to address hashtables nested in arrays?
by benedicth
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |