Other established win32 sites - Re: Newbie Module Install question...

2002-06-05 Thread drieux


On Wednesday, June 5, 2002, at 06:10 , Ron Powell wrote:
[..]
> I should have started there first.  I made the (wrong and relatively 
> stupid)
> assumption that the module would be at cpan...

rule of thumb is 'why not check there first' - since they do
have a reasonable collection of the basic Win32::* stuff

[..]
> Perhaps a career in Truck Driving would
> better suit me at this point :)

see what happens when you are not nice to people
boney finger wagging. 8-)

>> -Original Message-
>> From: John Edwards [mailto:[EMAIL PROTECTED]]
[..]
>> http://www.roth.net/perl
>>
>> The Win32::Daemon module is available from Dave Roth's site.
>>
[..]

and of course - the question that concerns me, how many
other 'really cool sites' exist that are generating win32
specific perl stuff that folks really find useful???


ciao
drieux

---


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




RE: Newbie Module Install question...

2002-06-05 Thread Ron Powell

/looks sheepish

I should have started there first.  I made the (wrong and relatively stupid)
assumption that the module would be at cpan...  

I'll quit wasting bandwidth now.  Perhaps a career in Truck Driving would
better suit me at this point :)

Thanks for the pointer, though.
Ron

> -Original Message-
> From: John Edwards [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, June 05, 2002 8:51 AM
> To: 'Ron Powell'; perl beginners
> Subject: RE: Newbie Module Install question...
> 
> 
> 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.
> 
> 



RE: Newbie Module Install question...

2002-06-05 Thread John Edwards

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]