N
Nomen Nescio
Is this the right way to compare file timestamps?
if (-M $file >= -M $otherFile) {
# $file is not newer than $otherFile
}
And I sometimes get *modified* and *changed* mixed up...contents get
modified, permissions get changed, right?
thanks
if (-M $file >= -M $otherFile) {
# $file is not newer than $otherFile
}
And I sometimes get *modified* and *changed* mixed up...contents get
modified, permissions get changed, right?
thanks