Perl 5 version 8.7
documentation
readlink
- readlink EXPR
- readlink
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 $_
.