|
|
| Do you know where your variables are? | |
| PerlMonks |
perlfunc:readlinkby gods (Initiate) |
| on Aug 24, 1999 at 22:43 UTC ( [id://346]=perlfunc: print w/replies, xml ) | Need Help?? |
readlinkSee the current Perl documentation for readlink. Here is our local, out-dated (pre-5.6) version: ![]() readlink - determine where a symbolic link is pointing
![]() 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 |
|