I am using some code in the Network Programming with Perl book, but I'm coding in Win32 (Win2k) with ActiveState Perl.
I'm using the IO::Getline (pg 368) example, trying to get some NON-Blocking IO for sockets.
Perl complains that there is no EWOULDBLOCK. I suppose this is because Win32 doesn't support. Is there a Win32 Equivalant(sp?).
I searched all over, I found a module called Win32::WinError but I didn't see anything that looked like it correlated.