my @array; for my $href( \%hash1, \%hash2 ){ while( my ($k, $v) = each %{$href} ) { push @array, { $k => $v }; } }
One world, one people
In reply to Re: Array of hashes
by anonymized user 468275
in thread Array of hashes
by llihttocs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |