start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: log Chapter 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: log Perl in a Nutshell Next: Reference: map
Reference: log Book Index Reference: map