From 3e2557b2b37c1f5014d01d764b58616c3cd1e38f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 4 Oct 2004 08:53:04 +0000 Subject: More caveats on the non-portability of stat(), suggested by Stas Bekman. p4raw-id: //depot/perl@23345 --- pod/perlfunc.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 211bdc8199..c67560fb5b 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 -- cgit v1.2.1