Help for this page

Select Code to Download


  1. or download this
    my $hoh = {
        A => shared_clone( { NAME => 'aa' } ),
        B => shared_clone( { NAME => 'bb' } ),
    };
    
  2. or download this
    my $hoh = {
        A => { NAME => 'aa' },
        B => { NAME => 'bb' },
    };
    $hoh = shared_clone($hoh);