Does anybody know how to read input from a socket and not have it block? I'm using Active State Perl for windows, and the nonblock function doesn't seem to work. I'd prefer and not use a selector because it doesn't seem to work for the actual connection after an accept has been done.