File::BasicFlock

File::BasicFlock is a Perl module for file locking with flock.
Download

File::BasicFlock Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Muir Sharnoff
  • Publisher web site:
  • http://search.cpan.org/~muir/

File::BasicFlock Tags


File::BasicFlock Description

File::BasicFlock is a Perl module for file locking with flock. File::BasicFlock is a Perl module for file locking with flock.SYNOPSIS use File::BasicFlock; lock($filename); lock($filename, 'shared'); lock($filename, undef, 'nonblocking'); lock($filename, 'shared', 'nonblocking'); unlock($filename);Lock files using the flock() call. The file to be locked must already exist. This is a very thing interface. Requirements: · Perl


File::BasicFlock Related Software