IO::Stat
Constructors
- Stat(IO::Mode mode,Int nlinks,Int atime,Int mtime,Int ctime)
Usage
Information about a file. The mode field describes the file mode, nlinks is the number of links to the file, and atime, mtime and ctime are the access, modify (last change to contents) and change (last change to contents or mode) times measured in seconds since midnight Jan 1 1970. The Time::gmtime function may be useful to deal with these fields.