L
Larry
Hi,
I'm using File::stat to get the last mod time of a file:
my $sb = stat $file;
my $lmod = $sb->mtime;
Now I would like know how many minutes ago (from now) was that file
modified. Can it actually be done?
thanks
I'm using File::stat to get the last mod time of a file:
my $sb = stat $file;
my $lmod = $sb->mtime;
Now I would like know how many minutes ago (from now) was that file
modified. Can it actually be done?
thanks