Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

perlfunc:symlink

by gods (Initiate)
on Aug 24, 1999 at 22:43 UTC ( [id://343]=perlfunc: print w/replies, xml ) Need Help??

symlink

See 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 1 for success, 0 otherwise. On systems that don't support symbolic links, produces a fatal error at run time. To check for that, use eval:

    $symlink_exists =  eval { symlink("",""); 1 };

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2025-04-18 19:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.