in reply to Writing to the same file from different instances

Have a look at the FAQs: How can I lock a file?, Why can't I just open(FH, ">file.lock")? and particularly I still don't get locking. I just want to increment the number in the file. How can I do this?

  • Comment on Re: Writing to the same file from different instances