in reply to Re: updating/modifying line in a file
in thread updating/modifying line in a file

CountZero is definitely right that using a database will be easier and more efficient than dealing with text files and locking. And remember that DB_File and DBD::SQLite count as databases, even though they don't require any kind of server.
  • Comment on Re^2: updating/modifying line in a file