Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: statChapter 8
Standard Modules
Next: 8.81 File::stat
 

lstat

lstat (file)

Returns the same information as stat, but if file is a symbolic link, returns the status information for the link.


Previous: Reference: statPerl in a NutshellNext: 8.81 File::stat
Reference: statBook Index8.81 File::stat