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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.89 log Chapter 3
Functions
Next: 3.2.91 map
 

3.2.90 lstat

lstat 

EXPR

This function does the same thing as the stat function, but if the last component of the filename is a symbolic link, 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 instead.)


Previous: 3.2.89 log Programming Perl Next: 3.2.91 map
3.2.89 log Book Index 3.2.91 map