my $oh = MCE::Shared::Ordhash->new(); $oh->set( hello => "there" ); $oh->{hello} = "there"; # on-demand hash-like dereferencing $oh->assign( @pairs );