Help for this page
foreach my $hashref (@$data1) { %$hashref = (%$hashref, %$_) for @$data2; ... } } }