The symlink and readlink Functions (UNIX) : symlink « File « Perl






The symlink and readlink Functions (UNIX)

    

Format: symlink(OLDFILE, NEWFILE)

$ perl -e 'symlink("/home/jody/test/old", "new");'

   
    
    
    
  

Related examples in the same category

1.Link two files