mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
6 lines
308 B
Text
6 lines
308 B
Text
|
File locking in Perl is usually done using the flock function.
|
||
|
Unfortunately, this only allows locks on whole files and is often
|
||
|
implemented in terms of the flock system function which has some
|
||
|
shortcomings and slightly different behaviour than fcntl.
|
||
|
Using this module file locking via fcntl(2) can be done
|