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



Reply via email to