libio-lockedfile-perl

Io::lockedfile class - supply object methods for locking files
  http://search.cpan.org/~rani/IO-LockedFile/
  0
  no reviews



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).