diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-28 11:00:37 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-28 11:00:37 +0000 |
commit | a05e48459ffcecb33d49ae011c57836e103f2f4f (patch) | |
tree | c581376c530cc8e6e3ca98796b2ae2cc93209852 /pod/perlfaq5.pod | |
parent | 2d6f5264b4ee267e5f64fc4cfb1c59ba3e866fed (diff) | |
download | perl-a05e48459ffcecb33d49ae011c57836e103f2f4f.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@26220
Diffstat (limited to 'pod/perlfaq5.pod')
-rw-r--r-- | pod/perlfaq5.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index da725a70bb..f5bd675683 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq5 - Files and Formats ($Revision: 1.38 $, $Date: 2005/10/13 19:49:13 $) +perlfaq5 - Files and Formats ($Revision: 1.40 $, $Date: 2005/11/10 16:06:07 $) =head1 DESCRIPTION @@ -687,7 +687,7 @@ X<timestamp> X<file, timestamp> If you want to retrieve the time at which the file was last read, written, or had its meta-data (owner, etc) changed, -you use the B<-M>, B<-A>, or B<-C> file test operations as +you use the B<-A>, B<-M>, or B<-C> file test operations as documented in L<perlfunc>. These retrieve the age of the file (measured against the start-time of your program) in days as a floating point number. Some platforms may not have |