in reply to Re: Listening Socket in Tk
in thread Listening Socket in Tk

This is very good. It works on Linux! I was just wondering how to get this to work under Windows :( Does anyone know how to get Tk::Fileevent to work on Active Perl 5.8.3+ ? Thanks guys I realy apreciate all your input!!!

Replies are listed 'Best First'.
Re^3: Listening Socket in Tk
by perlhaq (Scribe) on May 09, 2005 at 02:30 UTC
    I'm afraid that fileevent is broken on Win32. I wanted to use it to monitor a logfile in one cross-platform Tk app, but I had to resort to polling when $^O eq MSWin32. :(