From: Jarkko Hietaniemi Date: Mon, 27 May 2002 02:39:04 +0000 (+0000) Subject: select() portability nit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b09fc1d8b195e9e9d662d4a40db159f458ff13bd;p=p5sagit%2Fp5-mst-13.2.git select() portability nit. p4raw-id: //depot/perl@16807 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index bfb91bb..0b40eb7 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4251,6 +4251,9 @@ You can effect a sleep of 250 milliseconds this way: select(undef, undef, undef, 0.25); +Note that whether C, except as permitted by POSIX, and even then only on POSIX systems. You have to use C instead.