in reply to
Re: File Locking
in thread
File Locking
flock is available on windows, at least modern windows (NT, 2000,2003, XP). For older windows you'll have to use
File::FlockDir
Comment on
Re: Re: File Locking
Replies are listed 'Best First'.
Re: Re: Re: File Locking
by
Anonymous Monk
on May 26, 2004 at 09:05 UTC
The LOCK_NB mode in flock function available with Activeperl does not work rightly on either NT,2000 or XP.
[reply]
In Section
Tutorials