http://www.perlmonks.org?node_id=935321


in reply to problem using fork in perl-tk

Super Search throws up lots of results about Tk threading issues, and I guess How to change a Tk object's property from a thread will tell you what you need to know.

Replies are listed 'Best First'.
Re^2: problem using fork in perl-tk
by osamaamin (Initiate) on Nov 02, 2011 at 08:47 UTC
    how can i implement it without using threads (using fork) ?