Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libio-lockedfile-perl
Io::lockedfile class - supply object methods for locking files
http://search.cpan.org/~rani/IO-LockedFile/
0
no reviews
Install
In its simplistic use, the io::lockedfile class gives us the same interface of the io::file class with the unique difference that the files we deal with are locked using the flock mechanism (using the flock function).