The answer is in your question...

http://www.roth.net/perl

The Win32::Daemon module is available from Dave Roth's site.

HTH

John

-----Original Message-----
From: Ron Powell [mailto:[EMAIL PROTECTED]] 
Sent: 05 June 2002 14:03
To: perl beginners
Subject: Newbie Module Install question...


So, I'm trying to use this script (which was mentioned in an earlier
submission to the list, I believe):

http://www.roth.net/perl/scripts/scripts.asp?DirMon.pl

I tried to do the following command:  perl DirMon.pl -?
And I get this error back:
Can't locate Win32/Daemon.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/lib .) at dirmon.pl line 21. BEGIN failed--compilation aborted
at dirmon.pl line 21.

So I checked the script and see this:

use Getopt::Long;
use Win32;
use Win32::Daemon;
use Win32::ChangeNotify;
use Win32::Perms;

So I tried to install the Daemon module using: perl -MCPAN -e "install
Win32::Daemon"

It error'd out, basically saying it couldn't find the module.  So.  I tried
searching for it at search.cpan.org... and it says, no modules found.

The question is...  How can I find the modules I need to run this script?
I'm not asking for the answer, but rather a pointer on how to find the
answer for myself.  I'm at a bit of a loss... I've actually managed to
install several modules on my own... 

BTW this is v5.6.1 built for MSWin32-x86-multi-thread


----------
Ron Powell
Senior IT Analyst &
Network Administrator
gomembers, Inc. (Baltimore Office)
[EMAIL PROTECTED]
410-494-1600 x4058





--------------------------Confidentiality--------------------------.
This E-mail is confidential.  It should not be read, copied, disclosed or
used by any person other than the intended recipient.  Unauthorised use,
disclosure or copying by whatever medium is strictly prohibited and may be
unlawful.  If you have received this E-mail in error please contact the
sender immediately and delete the E-mail from your system.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to