Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    } } ) ];
    
    print Data::Dumper->Dump([$joined_keys],['joined keys']);
    
  2. or download this
    $joined keys = [
                     'hash2_specific_key',
                     'common_key',
                     'hash1_specific_key'
                   ];