RE: Manipulating files in a directory

2002-08-20 Thread Leon, Yanet I,,DMDCWEST
Thank you everybody. Your help was EXCELLENT. I have been learning a lot from this list. -Original Message- From: Leon, Yanet I,,DMDCWEST [SMTP:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 3:54 PM To: Perl beginners Subject:Ma

Re: Manipulating files in a directory

2002-08-19 Thread drieux
On Monday, August 19, 2002, at 03:53 , Leon, Yanet I,,DMDCWEST wrote: > Hello all, [..] If I get your question - it is how do I implement the standard syslog log roller in perl you will want to do perldoc -f rename you may want to check out http://www.wetware.com/dr

Re: Manipulating files in a directory

2002-08-19 Thread John W. Krahn
Yanet I wrote: > > Hello all, Hello, > I have been having a bit of trouble with a script that is very easy to > develop in ksh. I am just trying to rotate logs. > > some of the variables I declare are: > my $LOGDIR=/some/where/in/my/file/system/logdir; > my $LOG=/some/where/in