Re: file event in perl-Tk on cygwin (using POE)

2003-06-08 Thread Gerrit P. Haase
Hallo Bob, [...] > What happens there is that a sub FILENO: > sub FILENO > { > my $obj = shift; > my $h = $obj->handle; > return fileno($h); > } > the final call to fileno actually goes straight > back into FILENO. [I tried putting CORE:: in fr

file event in perl-Tk on cygwin (using POE)

2003-06-06 Thread Bob . Smart
POE + perl-tk is a really nice environment for writing event driven programs. It works fine on linux [though the debugging info is not always all you would wish for]. I want to write a portable program, and I'm trying to get it to work under cygwin. It goes into an infinite loop in IO.pm, specific