Re: [Laurent_R] 910614 - what does -M mean?
[In reply to]
Can't Post
thx 4 replying i found it at perlfunc. as i examined it, it doesn't return the last modification time of the file. if so, it should be the same as what Windows shows in the properties dialog of the file as the last modification time. i found that it's the same as "$^T-the last modification time of the file". then when i multiply it to 24*60*60 this value changes to number of seconds between the last modification time of the file and when the script has begun running. correct me if i'm wrong. thx