Re: date modified if statement
- From: "J. Gleixner" <glex_no-spam@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 25 Oct 2005 10:23:08 -0500
Naji wrote:
I'm rather new to Perl and its syntax, and I did try multiple searches before posting this, but I am using Perl to create a Macro that will automatically send an e-mail and a specific attachment every time the attachment is updated. What would the syntax be for the if statement for code that would send the attachment if it has been modified in the past 12 hours? Any help would be appreciated. Thanks!
you_will_find_your_answer() if $you_read_the_documentation_for_stat;
perldoc -f stat .
- Follow-Ups:
- Re: date modified if statement
- From: Naji
- Re: date modified if statement
- References:
- date modified if statement
- From: Naji
- date modified if statement
- Prev by Date: Re: varhash question
- Next by Date: Re: date modified if statement
- Previous by thread: date modified if statement
- Next by thread: Re: date modified if statement
- Index(es):
Relevant Pages
|