Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

perlfunc:symlink

by gods (Initiate)
on Aug 24, 1999 at 22:43 UTC ( #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? | Other CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2023-09-22 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?