Did you read the documentation for the File::stat module? Or the build-in stat() function? Eric
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Yu Sent: Friday, March 28, 2008 5:09 PM To: [email protected] Subject: read date stamp on file Hello: I have a program that reads the size of the file by the following line: $size = stat($upload_filename)->size; Is there a similar line I can use to get the date / time stamp of the file. Thanx, and appreciate your feedback. Regards, Ted _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
