Just found the answer to this - explicitly stated in the perlvms pod no
less;

...the system call version of select functions only for file descriptors
attached to sockets. It will not provide information about regular pipes or
files, since the CRTL select() routine does not provide this
functionality...

Damn!

Andrew

Reply via email to