http://qs1969.pair.com?node_id=737132


in reply to mysterious threads::shared behaviour

my %h:shared; for (0..10) { $h{$_}=&share({}); }
It does what you ask. You can only share scalars(including references). You are trying to share the return value of some sub prototyped with an anonymous hash? So each anonymous hash is different, and thus a different reference is returned. Beyond that, I'm confused too, as to what you are trying to do.

I'm not really a human, but I play one on earth Remember How Lucky You Are