![]() |
|
more useful options | |
PerlMonks |
perlfunc:symlinkby gods (Initiate) |
on Aug 24, 1999 at 22:43 UTC ( #343=perlfunc: print w/replies, xml ) | Need Help?? |
symlinkSee the current Perl documentation for symlink. Here is our local, out-dated (pre-5.6) version: ![]() symlink - create a symbolic link to a file
![]() symlink OLDFILE,NEWFILE
![]()
Creates a new filename symbolically linked to the old filename. Returns
$symlink_exists = eval { symlink("",""); 1 }; |
|