in reply to Re^2: IO::Select and sockets
in thread IO::Select and sockets

Ooops. My mistake. I was reading the next paragraph about the return values and confusing it with the first paragraph about the arguments (update: need coffee). I never have used that method with IO::Select (I see documentation but I don't see it used in Stein's book either)...I usually just use can_read() (which is also what is mostly used in the book).