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!!!
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. :(