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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: readline Chapter 5
Function Reference
Next: Reference: readpipe
 

readlink

readlink 
name

Returns the name of a file pointed to by the symbolic link name . name should evaluate to a filename, the last component of which is a symbolic link. If it is not a symbolic link, or if symbolic links are not implemented, or if some system error occurs, the undefined value is returned, and you should check the error code in $! . If name is omitted, the function uses $_ .


Previous: Reference: readline Perl in a Nutshell Next: Reference: readpipe
Reference: readline Book Index Reference: readpipe