while (my ($key, $value) = each %{$thedata}) { # $value is anon arrayref for my $hashref (@{$value}) { print $hashref->{name}, "\n"; print $hashref->{reference}, "\n"; } }
In reply to Re: Get values from array
by mhearse
in thread Get values from array
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |