Is POSIX pselect
available in Perl? A CPAN module is fine also.
views:
87answers:
1
+1
A:
As far as I can tell, neither the POSIX module nor any other provides support for the pselect()
function.
Jonathan Leffler
2010-02-20 05:06:49
@Jonathan: Any idea why it's not provided?
Robert S. Barnes
2010-02-20 16:22:46
@Robert: Two guesses - maybe a combination. (1) It is too new - it is a relatively recent addition to POSIX, and may not be available everywhere. (2) The signal masking semantics in pselect() don't fit particularly easily into the Perl framework.
Jonathan Leffler
2010-02-20 17:23:38