in reply to Re: File Locking plus delete Lockfile question
in thread 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.
  • Comment on Re^2: File Locking plus delete Lockfile question

Replies are listed 'Best First'.
Re^3: File Locking plus delete Lockfile question
by Anonymous Monk on Jun 03, 2013 at 06:10 UTC

    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