Help for this page
use strict; use warnings; ... my $output = merge($VAR1, $VAR2); say Dumper $output;
$VAR1 = { 'Adam' => { ... 'ghi' => 0 } };