I have a perl method that is using Time::tm values and I'd like to compare a file time. Using File::stat to get the file ctime (ctime(stat($file)->mtime)
) returns a scalar value that is a human-readable format. Is there a way to return or convert this to a Time::tm format?
Asked
Active
Viewed 309 times
-1

McArthey
- 1,614
- 30
- 62