Jeff Westman wrote: > Is it possible to change the 'create timestamp' (ctime) of a file, and > if so, how? This would be the perl equivalent of Unix' "touch" > command.
Common misconception. ctime is "inode change time". There is no creation time in Unix. See your stat(2) manpage for more info. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
