my $hash = { array => [ qw( foo bar ) ] }; push @{ $hash->{array} }, qw( baz quux ); print "\$hash->{array} is: @{ $hash->{array} }\n"; __output__ $hash->{array} is: foo bar baz quux
_________
broquaint
In reply to Re: Array of hashes of values AND Arrays of Hashes
by broquaint
in thread Array of hashes of values AND Arrays of Hashes
by Schuk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |