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
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
2 matches
Mail list logo