- 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 normal stat is done. For much more detailed information, please see the documentation for stat.(特別なファイルハンドルである
_
の設定を含めて) stat 関数と同じことをしますが、シンボリックリンクが 指しているファイルではなく、シンボリックリンク自体の stat をとります。 シンボリックリンクがシステムに実装されていないと、通常の stat が行なわれます。 さらにより詳細な情報については、stat の文書を 参照してください。If EXPR is omitted, stats
$_
.EXPR が省略されると、
$_
の stat をとります。Portability issues: "lstat" in perlport.
移植性の問題: "lstat" in perlport。