Hello
Problem is in this change
--- tools.pm 2002-11-10 10:08:55.000000000 +0100
+++ tools.pm.orig 2002-11-07 17:33:00.000000000 +0100
@@ -207,6 +207,7 @@
}
sub connected2 {
+ local *KID_TO_READ;
my $pid = open(KID_TO_READ, "-|");
if ($pid) { # parent
$kid_pid = $pid;
after this, the following call fails :
fcntl(F, c::F_SETFL(), c::O_NONBLOCK()) or die "can't fcntl F_SETFL: $!";
Hope this helps.
Gerard
