Xref: utzoo comp.sys.apollo:4457 comp.lang.perl:281 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!ucsd!ucsdhub!hp-sdd!apollo!carlton From: carlton@apollo.HP.COM (Carlton B. Hommel) Newsgroups: comp.sys.apollo,comp.lang.perl Subject: Re: perl under SR10.1; trouble with "stat" Message-ID: <486f6315.20b6d@apollo.HP.COM> Date: 4 Feb 90 04:30:00 GMT References: Sender: root@apollo.HP.COM Reply-To: carlton@apollo.hp.com (Carlton B. Hommel) Distribution: comp Organization: Apollo Computer, Chelmsford, MA Lines: 16 A summary of the problem: The "ctime" and "mtime" reported by stat(2) are different for a newly created file, when you would expect them to be the same. Ie, stat.st_mtime: 634104703 stat.st_ctime: 634104704 I'm pretty sure that it is a byproduct of our implementation of the open(2) system call, but I'm just a perl fanatic, and not a systems hacker. This problem still exists at our hot-off-the-presses sr10.2+ baselevel, so I've posted it as a bug. If you want a formal answer, then please submit an APR. (See "man mkapr" for help.) Carl Hommel carlton@apollo.hp.com "I could write a perl script to do that for you..."