HTTP-404 has asked for the wisdom of the Perl Monks concerning the following question:

Hello how do i install HTTP::Deamon module for perl i copied pm files to c:/perl/lib/HTTP dir but i get error when try to Use HTTP::Deamon; and perldoc finds no docs on it
  • Comment on installing HTTP::Deamon module on win2000

Replies are listed 'Best First'.
Re: installing HTTP::Deamon module on win2000
by arturo (Vicar) on Mar 21, 2001 at 02:17 UTC

    Try

    PPM -install HTTP::Daemon

    This will install everything in the right place.

    Philosophy can be made out of anything. Or less -- Jerry A. Fodor

      HTTP::Daemon isn't available via PPM, but it is part of the standard ActiveState install.

      Does a fresh install not leave you with a copy of HTTP::Daemon?

      Update: Check C:\perl\site\lib\http\. You should find daemon.pm there.

      Update 2:Try Daemon, not Deamon.

      A reply falls below the community's threshold of quality. You may see it by logging in.
      A reply falls below the community's threshold of quality. You may see it by logging in.
      A reply falls below the community's threshold of quality. You may see it by logging in.
      thnx for reply in 2 min