Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Create a hard link in the filesytemCreate a directory (Berikutnya)
Functions for filehandles, files, or directories

Stat a symbolic link

Daftar Isi

  • lstat FILEHANDLE

  • lstat EXPR
  • lstat DIRHANDLE
  • lstat

    Does the same thing as the stat function (including setting thespecial _ filehandle) but stats a symbolic link instead of the filethe symbolic link points to. If symbolic links are unimplemented onyour system, a normal stat is done. For much more detailedinformation, please see the documentation for stat.

    If EXPR is omitted, stats $_.

    Portability issues: lstat in perlport.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Create a hard link in the filesytemCreate a directory (Berikutnya)