Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
    say "c: ", Dumper( tied(%hash_c)->export ) ;  # ok
    say "d: ", Dumper( tied(%hash_d)->export ) ;  # ok
    
  2. or download this
    ref nested_a: HASH
    ref nested_b: MCE::Shared::Object
    ...
                                        }, 'MCE::Shared::Hash' )
                   }, 'MCE::Shared::Hash' );
    
  3. or download this
    47,48c47,48
    < tie %{$test}, 'MCE::Shared', { module => 'MCE::Shared::Hash' }, %{$_
    +test} ;
    ...
    ---
    > print Dumper( tied(%{$test})->export ) ;