in reply to Re^2: Fake a sub ref?
in thread Fake a sub ref?

Why?

Sorry if I am being obtuse here, I have spent the last three months on an OOP based Tk project and I dont seem to be having the same problem. A logical portion of the Tk interface is packaged in an object oriented module. COntrol over the Tk is done by the metods. Anything that an outsider needs to do is also run by a method. If two object onstances need to communicate (I have to do this a lot) then you set-up a method to handle it!

Perhaps you could be a little more explicit about your problem.

jdtoronto