in reply to Re: Tk::repeat function
in thread Tk::repeat function

Thanks you. The problem I have is that I cannot run my refresh_func() in a thread since it is using net::ssh:expect and this module is not thread safe. So I am kind of stuck.