Perl Programming/Keywords/readlink

Previous: readline Keywords Next: readpipe

The readline keyword

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

  read EXPRESSION
  read
Previous: readline Keywords Next: readpipe
Category:Book:Perl Programming#Keywords/readlink%20
Category:Book:Perl Programming