in reply to IO::Socket vs IO::Socket::INET for simple webserver

IO::Socket is a front-end for IO::Socket::INET or IO::Socket::UNIX depending on the Domain parameter.

IO::Socket and IO::Socket::INET are completely intertwined and it doesn't matter which one you start with.