in reply to UDP Server on Win32
I learned that IO::Socket just doesn't work on Win32, so I used Socket.
It works perfectly fine on Windows. It's a Pure Perl wrapper for the functions you ended up using anyway.