From: Ludvig af K. <kli...@ho...> - 2001-02-18 17:48:33
|
This may not be a straight Win32::GUI question, but I think it might concern those who write networking Perl scripts with a UI for win32. The question is simple: how to make a socket nonblocking in Perl on Windows? The usual fcntl($sock,F_SETFL,O_NONBLOCK) does apparently not work, so what to do? I have a vague memory of some hackish parameters that could do the trick, but I don't remember what... -Ludde |