in reply to Re: Perl/Tk and locking
in thread Perl/Tk and locking
I am running ActiveState's Perl v5.8.7 built for MSWin32-x86-multi-thread on a Windows machine with Perl/Tk version 804.27.0.2. Adding the $| =1 autoflush to the code did the trick. Thanks a bunch for your help.