Help for this page

Select Code to Download


  1. or download this
    my %hash : shared = ();
    
  2. or download this
    $hash{foo} = {};
    
  3. or download this
    $hash{foo} = shared_clone({});
    
  4. or download this
    my %tmp : shared = ();
    $hash{foo} = \%tmp;