There's more than one way to do things | |
PerlMonks |
perlfunc:linkby gods (Initiate) |
on Aug 24, 1999 at 22:42 UTC ( [id://204]=perlfunc: print w/replies, xml ) | Need Help?? |
linkSee the current Perl documentation for link. Here is our local, out-dated (pre-5.6) version: link - create a hard link in the filesytem
link OLDFILE,NEWFILE
Creates a new filename linked to the old filename. Returns TRUE for success, FALSE otherwise. |
|