RE: localtime question.

2001-03-16 Thread Matthew Thompson
starts at 0. -Original Message- From: Herbold, John W. [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 2:05 PM To: activePerl (E-mail) Subject: localtime question. Ok folks please help, I try this: $test1 = localtime(time); print "$test1"; print ""; ($sec,$min,$hour,$mday,$mon

RE: Running Perl script

2001-03-16 Thread Matthew Thompson
go to the command line and type ftype /? and that will tell you how to do it :) Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 1:23 PM To: [EMAIL PROTECTED] Subject: Running Perl script Is there anyway I can run a perl script wi

localtime question.

2001-03-16 Thread Herbold, John W.
Ok folks please help, I try this: $test1 = localtime(time); print "$test1"; print ""; ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); print "$sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst"; and get: Fri Mar 16 07:52:45 2001 45,52,7,16,2,101,5,74,0 So my question

Re: New Perl email question.

2001-03-16 Thread Jenda Krynicky
> Thanks for all the suggestions. > > I am now using Mail::Sendmail and the process does continue following a bad > email address, but I still get a success value back even if the address is > not valid. It does bounce the message back to the "from" address, but I'm > wondering if there's a wa

Running Perl script

2001-03-16 Thread Rajvinder_Brar
Is there anyway I can run a perl script without typing perl in front of it and without typing the extension .pl. Thanks in advance ___ ActivePerl mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activeperl

Re: simple script needed

2001-03-16 Thread rotaiv
Mat, I just went through this same thought process the other week with regards to keeping my laptop in sync with my desktop. I contemplated writing it in Perl then abandoned the idea when I found xxcopy. It is a replacement for xcopy but with about 160 switches. I am quite confident it will

simple script needed

2001-03-16 Thread Matthew Thompson
I'm looking for a script that monitors a master directory and if anything has been changed it copies the changed files over to a mirror directory. Does anyone have or know of a script that does this and would be willing to share it? I have seen a few that ftp the files and guess that these would b