CARVIEW |
- #lstat FILEHANDLE
- #lstat EXPR
- #lstat DIRHANDLE
- #lstat
-
Does the same thing as the
stat
function (including setting the special_
filehandle) but stats a symbolic link instead of the file the symbolic link points to. If symbolic links are unimplemented on your system, a normalstat
is done. For much more detailed information, please see the documentation forstat
.If EXPR is omitted, stats
$_
.Portability issues: "lstat" in perlport.
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via the GitHub issue tracker or email regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via the Perl issue tracker, the mailing list, or IRC to report any issues with the contents or format of the documentation.