Help for this page
use strict; use Data::Dumper; ... print Dumper(\%mergedhash);
my %muthash = ( "key1" => 1, ... } print Dumper(\%mergedhash);