Hasnt anyone in the Perl community read the man page for POSIX unlink() function!! Perl' implementation is wrong. If it were right it would be easy to solve this issue.
Comment on Re^2: File Locking plus delete Lockfile question
Hasnt anyone in the Perl community read the man page for POSIX unlink() function!! Perl' implementation is wrong. If it were right it would be easy to solve this issue.
Seeing how perl just calls the system unlink function, that can't possibly be true