in reply to User Who Modified File
What do you mean by "file"? Just a file on a (Unix-like) filesystem? If so, Perl's stat function returns a whole bunch of statistics on files, including the numeric user ID of the file's owner. The getpwuid function can convert that to the user name.
|
|---|