Help for this page
use strict; use threads; ... # here dies my $obj : shared = ThreadableObj->new(foo=>'foovalue');
Invalid value for shared scalar at XXXXX
bless({ bar => 123, foo => "foovalue" }, "ThreadableObj")