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.
If you're looking for a close replacement for "touch", try: perldoc -f utime "Changes the access and modification times on each file of a list of files." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>