Help for this page

Select Code to Download


  1. or download this
      # tie the new hash with the initialised hashes above
      tie %hash, 'Tie::Hash::Layered', (\%test1, \%test2);
    
  2. or download this
      tie %hash, 'Tie::Hash::Layered', \( %test1, %test2 );