Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: logChapter 5
Function Reference
Next: Reference: map
 

lstat

lstat file

Like stat, returns information on file, except that if file is a symbolic link, lstat returns information about the link; stat returns information about the file pointed to by the link. (If symbolic links are unimplemented on your system, a normal stat is done instead.)


Previous: Reference: logPerl in a NutshellNext: Reference: map
Reference: logBook IndexReference: map