linkOLDFILE,NEWFILE
This function creates a new filename linked to the old filename. The function returns 1 for success, 0 otherwise (and puts the error code into $! ). See also symlink later in this chapter. This function is unlikely to be implemented on non-UNIX systems.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]