How do I access the size of the 'disallowed' array?
my $length = @{$t_type{'a'}{'range'}{'disallowed'}}; print "Length: $length\n";
What is the best way to foreach this array?
print "$_\n" foreach (@{$t_type{'a'}{'range'}{'disallowed'}})
In reply to Re: array in hash in hash access
by grantm
in thread array in hash in hash access
by arcnon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |