in reply to Re: (tye)Re3: How can I call other objects from my object during DESTROY
in thread How can I call other objects from my object during DESTROY

Please also try changing your internal object from a package global to a lexical (my) variable with file scope and see if that fixes the problem even when you use the functional interface.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re5: How can I call other objects from my object during DESTROY