2003-05-03 00:34:10 +02:00
|
|
|
File::Flock is a wrapper around the flock() call. The only thing it
|
|
|
|
does that is special is that it creates the lock file if the lock file
|
|
|
|
does not already exist.
|
|
|
|
|
|
|
|
It will also try to remove the lock file. This makes it a bit
|
|
|
|
complicated.
|
2005-01-26 11:01:38 +01:00
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/File-Flock/
|