Help for this page
my %hash : shared; ... $x = $hash{foo};
sub threads::shared::FETCH { lock $Some:Global:lock_var; ... my %hash; tie %hash, 'threads::shared'; ...