/ Published in: Perl

Expand |
Embed | Plain Text
$age_of_file = -A $file ; $last_modified_date = -M $file ; $inode_last_modified = -C $file ; #Corresponds to the Macintosh "Created Date." [probably obsolete now] $file_exists = -e $file ; $local_time = $^T ;
You need to login to post a comment.