Go to the first, previous, next, last section, table of contents.

readlink

`readlink(EXPR)'
`readlink EXPR'
シンボリックリンクがインプリメントされている場合、 シンボリックリンクの値を返す。そうでない場合は致命的エラーとなる。 システムエラーが起こった場合は undefined value を返し、 $! をセットする(errno)。 EXPR を省略すると、$_ を用いる。

Go to the first, previous, next, last section, table of contents.