Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Open a directoryChange a filename (Berikutnya)
Functions for filehandles, files, or directories

Determine where a symbolic link is pointing

Daftar Isi

  • readlink EXPR

  • readlink

    Returns the value of a symbolic link, if symbolic links areimplemented. If not, raises an exception. If there is a systemerror, returns the undefined value and sets $! (errno). If EXPR isomitted, uses $_.

    Portability issues: readlink in perlport.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Open a directoryChange a filename (Berikutnya)