readlink
readlink - determine where a symbolic link is pointing
readlink EXPR
Returns the value of a symbolic link, if symbolic links are
implemented.  If not, gives a fatal error.  If there is some system
error, returns the undefined value and sets $! (errno).  If EXPR is
omitted, uses 
$_
.