On Fri, Oct 05, 2001 at 05:22:24PM +0100, Nicholas Clark wrote:
> what's the best way to find the set bits in the output from select?
> I really didn't want to do a brute force loop over every bit in the vec.
> [...]
> is there an "official" cunning recipe for this?

IO::Select does a brute force loop, which makes me think that there
probably isn't.

Why on earth are you calling the select() routine manually anyway?
IO::Select actually has a usable interface...

 .robin.

Reply via email to