Using select(2)

From: memyself_ (foo_at_bar.man)
Date: 01/30/05


Date: Sun, 30 Jan 2005 14:56:56 +0100

Dear,

using the following:

 my($scount, $stime)=
 CORE::select( $read_bits,
                $write_bits,
                $err_bits, 1);

In my program, $scount is allways equal to -1,
and $read_bits, $write_bits, $err_bits, to 0.

Does anybody know in wich case it can happen?

thank's in advance