RE: read date stamp on file
by Eric Roode other posts by this author
Mar 28 2008 2:13PM messages near this date
read date stamp on file
|
What's AUTOLOAD?
Did you read the documentation for the File::stat module? Or the
build-in stat() function?
Eric
________________________________
From: activeperl-bounces@[...].com
[mailto:activeperl-bounces@[...].com] On Behalf Of Ted Yu
Sent: Friday, March 28, 2008 5:09 PM
To: activeperl@[...].com
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
ActivePerl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Ted Yu
Eric Roode
|