richz has asked for the wisdom of the Perl Monks concerning the following question:
The problem now is that even if no changes are made to the file,the modified time is changing. This wreaks havoc with a source control system we're using so I need to avoid it.
I think the reason this modified time might be changing is becuase an in-place edit as I understand it involves copying the file(not referring to teh backup).
Is there anyway to not change the modified date if no changes are made?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Open file without changing modified date/time
by TedYoung (Deacon) on Dec 06, 2004 at 20:49 UTC | |
by richz (Beadle) on Dec 06, 2004 at 20:52 UTC | |
by BUU (Prior) on Dec 07, 2004 at 07:01 UTC | |
by richz (Beadle) on Dec 08, 2004 at 01:22 UTC | |
by graff (Chancellor) on Dec 08, 2004 at 03:32 UTC | |
by richz (Beadle) on Dec 10, 2004 at 04:45 UTC | |
|
Re: Open file without changing modified date/time
by dragonchild (Archbishop) on Dec 06, 2004 at 20:47 UTC | |
|
Re: Open file without changing modified date/time
by strat (Canon) on Dec 07, 2004 at 07:29 UTC |