Mega Code Archive

 
Categories / Perl / File
 

The symlink and readlink Functions (UNIX)

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