Re: Our Perl file

2005-01-04 Thread Alfred Vahau
Hi, Is there a code I can use in perl to check to see if it is the current dates data or at least the last 3 days dates, if it is older than 3 days then delete the data in the file it creates? The following online references may be relevant for your project. perldoc -f stat perldoc -f -M alfre

Re: Our Perl file

2005-01-04 Thread JupiterHost.Net
Is there a code I can use in perl to check to see if it is the current dates data or at least the last 3 days dates, if it is older than 3 days then delete the data in the file it creates? I hope I am making sense. perldoc -f stat -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Our Perl file

2005-01-04 Thread Overstreet, Melody
We have a perl script file named buildgen.pl which will go out and look at a day to see if it is Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday. For instance it should have done Tuesday last night. Once it creates this file, it does not erase the file it waits till the next time it is