in reply to
Vexing Race Condition
open(my $fh,">", $file)
truncates the file before you lock it.
Comment on
Re: Vexing Race Condition
Download
Code
In Section
Seekers of Perl Wisdom