in reply to Re^4: Help with ReadDir and Stat?
in thread Help with ReadDir and Stat?
my $lctime = strftime("%m_%d_%y",localtime[3 .. 5]); my $fltime = strftime("%m_%d_$y",localtime(stat($filename)[9])[3 .. 5] +); if ($lctime = $fltime) { # processs file data }
|
|---|