Perl modules don't vanish. Most likely, you deleted the files or changed something else about your environment. Either reinstall Perl or restore the directory from backup.
Also note that the module name is IO::Socket::INET.pm, so if you are on a case-sensitive filesystem, you might want to search for INET.pm, not inet.pm. Using Strawberry Perl makes that unlikely, but if you try to search using Cygwin tools, that might be part of the problem.
|