The readlink function returns the value of the symbolic link : readlink « File « Perl






The readlink function returns the value of the symbolic link

    

#Format:

#readlink(SYMBOLIC_LINK);
#readlink SYMBOLIC_LINK;

$ perl -e 'readlink("new")';

   
    
    
    
  








Related examples in the same category

1.Print symbolic links.
2.readlink reads the link and returns the true file name that a link points to