Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my %mergedHash = %{ merge( \%hash1, \%hash2 ) };
    
    print Dumper \%mergedHash;
    
  2. or download this
    $VAR1 = {
              'db' => {
    ...
                        'host' => 'localhost'
                      }
            };