in reply to Problem with file::stat
This module's default exports override the core stat() and lstat() functions, replacing them with versions that return "File::stat" objects. - File::statSo just remove the line use File::stat, or access the mtime like this: (stat $filename)->mtime.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with file::stat
by mr19 (Initiate) on Jun 11, 2015 at 13:19 UTC |