in reply to Changing file modification timestamp

Actually that is too simple a job you are asking from perl :). If you are in unix you can simply issue a touch command . perl -e "touch filename";
  • Comment on Re: Changing file modification timestamp