I have a shared object in perl, blessed as explained in http://perldoc.perl.org/threads/shared.html#OBJECTS. I would like to add to $self a reference to a hash returned by some subroutine (specifically, I would like something like:
.
The problem is I get `Invalid value for shared scalar` error, and I beleive this is because I am trying to add to my shared variable (`$self`) a reference to an unshared one.
How can I share the multilevel hash reference returned by