HEX
Server: Apache
System: Linux box5514.bluehost.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: smqcdvmy (3893)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //usr/share/doc/perl-File-Flock-2008.01/README
File::Flock is a wrapper around the flock() call.  The only thing it
does that is special is that it creates the lock file if the lock file
does not already exist.

It will also try to remove the lock file.  This makes it a bit 
complicated.

To install File::Flock use the following:

	perl Makefile.PL
	make 
	make test
	make install

Under perl5.002, the make test will emit some warnings about "9" and
"99" not being numeric values.  I believe this is a bug in perl.