slackbuilds/perl/perl-File-FcntlLock
Thomas Morper b9766f70c7
perl/perl-File-FcntlLock: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-12-22 22:29:18 +07:00
..
README
perl-File-FcntlLock.SlackBuild perl/perl-File-FcntlLock: Update script. 2024-12-22 22:29:18 +07:00
perl-File-FcntlLock.info perl/perl-File-FcntlLock: Update script. 2024-12-22 22:29:18 +07:00
slack-desc

README

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