Okay, I figured out how to get the time since a file was last modified using ($mtime) = stat $file; . But how do I change this into an actual date??
Thanks!
--Edge
Okay, I figured out how to get the time since a file was last modified using ($mtime) = stat $file; . But how do I change this into an actual date??
Thanks!
--Edge
Edge posted this at 19:13 — 2nd March 2001.
They have: 117 posts
Joined: Mar 2000
Ok, nevermind, LOL. I figured it out on my own.
--Edge