Help for this page

Select Code to Download


  1. or download this
    # Deep Merges two hashes and returns the resulting hash
    # The hashes must have a similar structure - the following is an error
    +:
    ...
    $Data::Dumper::Sortkeys = 1;
    print Dumper($c);
    
  2. or download this
    $VAR1 = {
              'k1' => 5,
    ...
                      }
            };