blob: fa0282020f488998c26756a4c95d744d406f6303 (
plain) (
tree)
|
|
IO::LockedFile supplies object methods for locking files. In its
simplistic use, the IO::LockedFile class gives us the same interface as
the IO::File class with the unique difference that the files we deal
with are locked using the Flock mechanism (using the flock function).
WWW: http://search.cpan.org/dist/IO-LockedFile/
|