in reply to RE: How much time do you spend at Perlmonks? (personal web proxy)
in thread How much time do you spend at Perlmonks? (personal web proxy)

NetServer::Generic is pure perl, so you can install it by hand if you download it from CPAN. To do this just download from CPAN, create a NetServer folder in your site library directory (usually C:\Perl\site\lib) and drop the Generic.pm package there. I have used this module under NT in the past but I haven't tested this program on it. If it doesn't work then you may be able to rewrite the program to do without NetServer::Generic, as fork (a pseudofork) is implemented on Perl for Win32.
  • Comment on RE: RE: How much time do you spend at Perlmonks? (personal web proxy)