Perl flock FAQ: Can you show me how to lock a file with the Perl flock function?
Sure, here are a couple of quick file-locking examples with Perl and the Perl flock function.
Perl flock example #1
In the first Perl flock example I'll show how to lock a file, but I'll intentionally do it in a bad way, and lock a file for roughly 20 seconds while I write records to it and sleep in between the writes: