in reply to
Re: use die with flock
in thread
use die with flock
No, the problem would only be there if you open the file for writing. But opening the file for append doesn't truncate the file, and the system (well, at least a Unix system) will seek to the end before you perform a
write
.
Abigail
Comment on
Re: use die with flock
In Section
Seekers of Perl Wisdom