From: Marcus Holland-Moritz Date: Fri, 7 May 2004 16:58:57 +0000 (+0000) Subject: Windows issues with select() are already documented in perlport. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b0ac1d72e8a6530ddcafe41734c2fd10d6cbe5a;p=p5sagit%2Fp5-mst-13.2.git Windows issues with select() are already documented in perlport. p4raw-id: //depot/perl@22800 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 96bb041..b2c6776 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4519,11 +4519,8 @@ You can effect a sleep of 250 milliseconds this way: select(undef, undef, undef, 0.25); Note that whether C. B: One should not attempt to mix buffered I/O (like C or ) with C