File-BasicFlock

 view release on metacpan or  search on metacpan

lib/File/BasicFlock.pm  view on Meta::CPAN

 lock($filename, 'shared');

 lock($filename, undef, 'nonblocking');

 lock($filename, 'shared', 'nonblocking');

 unlock($filename);

=head1 DESCRIPTION

Lock files using the flock() call.  The file to be locked must 
already exist.  This is a very thing interface.

=head1 AUTHOR

David Muir Sharnoff, <muir@idiom.com>




( run in 0.722 second using v1.01-cache-2.11-cpan-49f99fa48dc )