my $flags = fcntl($client, F_SETFL, 0); $flags = fcntl($client, F_SETFL, $flags | O_NONBLOCK);