in reply to
How do I lock a file in perl?
I personally have started using IO::LockedFile but it is not doing much more then flock() when it comes to locking.
PerlingTheUK
Comment on
Re: How do I lock a file in perl?
In Section
Seekers of Perl Wisdom