in reply to Re: DBD::CSV and unique keys
in thread DBD::CSV and unique keys

carefull with this.... if you start deleting rows, ($numRows + 1) wont guarantee uniqueness.

if you choose to do the config file way- take a look around here for some good file locking examples.

here's the file locking tutorial.