* I re-ordered the file test operators to have the same order as their descriptions in the previous clause.
Index: perlfaq5.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq5.pod,v retrieving revision 1.38 diff -u -d -r1.38 perlfaq5.pod --- perlfaq5.pod 13 Oct 2005 19:49:13 -0000 1.38 +++ perlfaq5.pod 25 Oct 2005 15:46:39 -0000 @@ -687,7 +687,7 @@ 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 -- brian d foy, [EMAIL PROTECTED]
