From: Marcus Holland-Moritz Date: Fri, 7 May 2004 10:57:23 +0000 (+0000) Subject: Document that select() on Windows doesn't work on non-socket filehandles. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40454f2627208fbd759d13437538e524c882cfac;p=p5sagit%2Fp5-mst-13.2.git Document that select() on Windows doesn't work on non-socket filehandles. p4raw-id: //depot/perl@22797 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index a4e71b7..96bb041 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4521,6 +4521,10 @@ You can effect a sleep of 250 milliseconds this way: Note that whether C, except as permitted by POSIX, and even then only on POSIX systems. You have to use C instead.