RE: Schedule::Cron

2003-03-13 Thread Heidi Ng
: Heidi Ng Cc: [EMAIL PROTECTED] Subject: Re: Schedule::Cron I would try other FTP sites, especially CPAN itself. In UNIX one can configure multiple ftp sites. I'm not sure how the Windows PPM/FTP configuration works. GRA On Thursday, March 13, 2003, at 10:29 PM, Heidi Ng wrote: >

RE: Schedule::Cron

2003-03-13 Thread Heidi Ng
--Original Message- From: Gregg R. Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 9:24 PM To: Heidi Ng Cc: [EMAIL PROTECTED] Subject: Re: Schedule::Cron Have you tried typing "Install POSIX::setsid" from the Perl Package Manager? Gregg On Thursday, March 13, 2003, at 10:

RE: Schedule::Cron

2003-03-13 Thread Heidi Ng
Actually, I think my first question should be if this module will work with Windows. If no, then, is there a Perl module that does cron for windows? Thanks again, Heidi -Original Message- From: Heidi Ng [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 9:14 PM To: [EMAIL

Schedule::Cron

2003-03-13 Thread Heidi Ng
Hi, I just found out about this Cron.pm module in Perl and would like to use it to schedule to run my perl scripts (I think the syntax is right.. I was hoping to run it to see what it does.) Anyway, I installed Cron.pm v1.5 and was trying to run the following script. #!/usr/bin/perl use strict;

RE: Running a dos command with Win32::Process?

2003-03-12 Thread Heidi Ng
sure things really happened. Heidi -Original Message- From: R. Joseph Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 8:38 AM To: Bakken, Luke Cc: Heidi Ng; [EMAIL PROTECTED] Subject: Re: Running a dos command with Win32::Process? "Bakken, Luke" wrote: > > I want to

Running a dos command with Win32::Process?

2003-03-12 Thread Heidi Ng
I want to know if I can open a dos command console and run a command on it (i.e. dir or cd $some_dir) with the Win32::Process module. I used the following code but the command didn't get pass into the new dos console that it opened. Use Win32::Process $pid = Win32::Process::Create($ProcessCmd,

RE: No suitable installation target found for package Win32::Setupsup

2003-03-11 Thread Heidi Ng
Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 6:23 PM To: Heidi Ng Cc: [EMAIL PROTECTED] Subject: Re: No suitable installation target found for package Win32::Setupsup Heidi Ng wrote: > Use the following command to add the url to your perl repository list > and you will fi

RE: No suitable installation target found for package Win32::Setupsup

2003-03-11 Thread Heidi Ng
R. Joseph Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 5:34 PM To: Heidi Ng Cc: [EMAIL PROTECTED] Subject: Re: No suitable installation target found for package Win32::Setupsup Heidi Ng wrote: > Hi, > > I am trying to install the Win32::Setupsup [1.0.1] module but got the

No suitable installation target found for package Win32::Setupsup

2003-03-11 Thread Heidi Ng
Hi, I am trying to install the Win32::Setupsup [1.0.1] module but got the following error message "Error: no suitable installation target found for package Win32-Setupsup". The perl version I am using is 5.8.0 build 805. Can someone please tell me how I can install this module? Thanks, Heidi