See perldoc perlref%hash = (name => foo, list => [1, 2, 3]); $ref = $hash{list}; @array = @$ref; foreach(@array) { print }
In reply to Re: Array inside hashes
by perlmonkey
in thread Array inside hashes
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |