in reply to older files
my $three_days = 86400 * 3; my $mtime = (stat $temp1)[9]; if (time - $mtime > $three_days) { print " OLDER 3 days"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: older files
by Selvakumar (Scribe) on Aug 04, 2009 at 07:38 UTC | |
by derby (Abbot) on Aug 04, 2009 at 11:16 UTC |