From: Dave Paris Date: Sun, 22 Dec 2002 05:15:14 +0000 (+0000) Subject: [perl #19343] perlfunc.pod patch for stat() and lstat() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c837d5b4c7d47f5be5144862a04a2dfa41662c50;p=p5sagit%2Fp5-mst-13.2.git [perl #19343] perlfunc.pod patch for stat() and lstat() From: Dave Paris (via RT) Message-Id: p4raw-id: //depot/perl@18373 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 2496f83..bd21291 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2539,7 +2539,8 @@ See also L for the inverse operation. Does the same thing as the C function (including setting the special C<_> filehandle) but stats a symbolic link instead of the file the symbolic link points to. If symbolic links are unimplemented on -your system, a normal C is done. +your system, a normal C is done. For much more detailed +information, please see the documentation for C. If EXPR is omitted, stats C<$_>. @@ -5309,7 +5310,8 @@ and the S_IF* functions are S_ISENFMT($mode) S_ISWHT($mode) See your native chmod(2) and stat(2) documentation for more details -about the S_* constants. +about the S_* constants. To get status info for a symbolic link +instead of the target file behind the link, use the C function. =item study SCALAR