Re: (Question about a script)

2002-08-20 Thread Ashutosh Jog
Hi David, I tried to test run the script without the @server and ran it on one server with 2 files in there, it gave me the desired output but also a few errors. The errors are: Use of uninitialized value in numeric gt (>) at /usr/local/lib/perl5/5.6.1/Time/Local.pm line 91. Use of uninitialize

Re: (Question about a script)

2002-08-20 Thread Ashutosh Jog
Hi David, This looks fantastic to start with, I apreciate your help. Let me give it a shot and see what happens. -Thanks David wrote: > the following should get you started: > > #!/usr/bin/perl; > > use Time::Local; > > @servers = ('server1','server2','server3'); > @users = ('user1','user2','

RE: (Question about a script)

2002-08-20 Thread Felix Geerinckx
on Tue, 20 Aug 2002 18:26:57 GMT, David Zhuo wrote: > -M will not give you a file's last modified time. it gives you > the script's start time minus the last modified time That shouldn't be too much a problem for programs that are completed quicky. And remember, for long running programs, like

RE: (Question about a script)

2002-08-20 Thread Bob Showalter
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 2:54 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: RE: (Question about a script) > > > This will be fine if i