47,48c47,48 < tie %{$test}, 'MCE::Shared', { module => 'MCE::Shared::Hash' }, %{$_test} ; < print Dumper( $test ) ; --- > tie %{$test}, 'MCE::Shared', %{$_test} ; > print Dumper( tied(%{$test})->export ) ; 54c54 < if ( ref $in->{ $_ } eq 'HASH' ) { --- > if ( ref $in->{ $_ } ) { 79c79 < print Dumper( $test ) ; --- > print Dumper( tied(%{$test})->export ) ;