libio-lockedfile-perl | IO::LockedFile Class - supply object methods for locking files | Mehr ...
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).