in reply to Re^3: Help with ReadDir and Stat?
in thread Help with ReadDir and Stat?
The Localtime(mtime) returned from the stat function is giving an error. Ideas on this? Thanks, Ad.my $lctime = strftime("%m_%d_%y",localtime); my $fltime = strftime("%m_%d_$y",localtime(stat($filename)[9])); if ($lctime = $fltime) { # processs file data }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help with ReadDir and Stat?
by Akoya (Scribe) on Mar 13, 2008 at 18:59 UTC |