RE: 'cron' equivalent for Windows

2003-06-23 Thread Messenger, Mark
Title: RE: 'cron' equivalent for Windows You also might consider "at". E:\code\perl>at /? The AT command schedules commands and programs to run on a computer at a specified time and date. The Schedule service must be running to use the AT command. AT [\\computername] [ [id] [/DELETE] | /DE

RE: 'cron' equivalent for Windows

2003-06-23 Thread Allegakoen, Justin Devanandan
Lo Bernard, You can use Scheduled Tasks under the Control Panel for a Windoze equivalent. Note that ST's do require a .exe to run. So what you do is provide the path to the perl, and supply your program after it. e.g. Under the task tab, at the run text entry type: C:\Perl\bin\perl.exe C:\Perl\Pr

'cron' equivalent for Windows

2003-06-23 Thread Bernard Golden
I want to write a Perl program and execute it once a day on a Windows box.  If it were on Unix, cron would be the natural choice.  Is there a module for Windows, or can someone point me to an appropriate solution.  Any help would be appreciated.   TIA   Bernard Golden  

Re: Random Numbers

2003-06-23 Thread Jenda Krynicky
From: Jarrett Malone <[EMAIL PROTECTED]> > Let me apologize is advance if this is > wrong list or has already been addressed etc. > rand seems to produce an abnormally high > number of zeros, like 20 or 30 per million > > active perl binary v5.8.0 Build 804 > > > $t = 0; > for($k=0;$k<1000

Random Numbers

2003-06-23 Thread Jarrett Malone
Let me apologize is advance if this is wrong list or has already been addressed etc. rand seems to produce an abnormally high number of zeros, like 20 or 30 per million active perl binary v5.8.0 Build 804 $t = 0; for($k=0;$k<100;$k++) { $t = rand(1); if ($t == 0.0)

Re: XS question on Windows

2003-06-23 Thread Jan Dubois
On Sat, 21 Jun 2003 15:52:17 -0700, Glenn Linderman <[EMAIL PROTECTED]> wrote: > // add (or create) the tooltip > if(perlcs.szTip != NULL) { > if(perlcs.hvParent != NULL) { > if(perlcs.hTooltip == NULL) { >

Re: XS question on Windows

2003-06-23 Thread Glenn Linderman
On approximately 6/22/2003 11:16 PM, came the following characters from the keyboard of Sisyphus: > I have a module (let's call it Mymod) that contains an XS function (let's > call it myfunc). "myfunc()" takes 3 arguments (integers). > > I'll get the exact same warning as you reported if I run the

Re: testing e-mail validity without sending an e-mail

2003-06-23 Thread viktoras
1) No, just 2) those "POSTED" messages that contain valid and existing reply addresses. I am going to use 'sendmail' on Linux system or net::SMTP alternatively to send it through another server if local sendmail can not be used for any reason. Yes, it is a form with a server back-end (my e-mail

Re: [OT:] RE: PDA language!

2003-06-23 Thread Andy_Bach
My Sharp Zaurus 5600 runs perl. a Andy Bach, Sys. Mangler Internet: [EMAIL PROTECTED] VOICE: (608) 261-5738 FAX 264-5030 "We are either doing something, or we are not. 'Talking about' is a subset of 'not'."-- Mike Sphar in alt.sysadmin.recovery

[OT:] RE: PDA language!

2003-06-23 Thread Peter Eisengrein
http://www.palm.com/us/developers/    This mailing list is for Perl, not PDAs. Now, if someone has a Perl module for PDA's I'd be quite interested!     -Original Message-From: ananthans [mailto:[EMAIL PROTECTED]Sent: Monday, June 23, 2003 2:29 AMTo: [EMAIL PROTECTED]Subject:

RE: testing e-mail validity without sending an e-mail

2003-06-23 Thread Frazier, Joe Jr
> Date: Fri, 20 Jun 2003 09:12:43 -0700 > From: viktoras <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: testing e-mail validity without sending an e-mail > > Hi all, > > It may sound funny but this is how I wanted to protect my > mailbox from > spamming. We are going to have severa