Perl Programming/Keywords/readlink
Appearance
The readline keyword
[edit | edit source]readlink is a function that returns the value of a symbolic link. If such links are not implemented, it raises an exception. If EXPRESSION is not passed, $_ is used instead. If there is a system error, returns the undef and sets $! (errno).
Syntax
[edit | edit source] read EXPRESSION
read