From: Rafael Garcia-Suarez Date: Mon, 4 Oct 2004 08:53:04 +0000 (+0000) Subject: More caveats on the non-portability of stat(), suggested by X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e2557b2b37c1f5014d01d764b58616c3cd1e38f;p=p5sagit%2Fp5-mst-13.2.git More caveats on the non-portability of stat(), suggested by Stas Bekman. p4raw-id: //depot/perl@23345 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 211bdc8..c67560f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5464,9 +5464,9 @@ meanings of the fields: (The epoch was at 00:00 January 1, 1970 GMT.) -(*) The ctime field is non-portable. In particular, you cannot expect -it to be a "creation time", see L -for details. +(*) Not all fields are supported on all filesystem types. Notably, the +ctime field is non-portable. In particular, you cannot expect it to be a +"creation time", see L for details. If C is passed the special filehandle consisting of an underline, no stat is done, but the current contents of the stat structure from the