This question is about refcnts and mortality. If I build a multi level hash struct that include hashs and arrays within the hash and then pass it out to the user, does each element within the structure have to be made mortal or only the first object.
How does one deal with the refcnts on a structure of this nature. Thanks, Michael