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