my $a = { # 'key1' => 'valdsgdjgf`', # 'key2' => 'val2', }; my $b = { # 'key3' => 'val3', # 'key4' => 'val4', }; my $sum = $a + $b; print "$sum\n";