> I tend to use YAML::Store as a sort of poor-man's database for simple > apps like that. There's also a module called 'fsdb' I used for a > couple of projects which, IIRC, uses a one-file-per-object model for > persistent storage. Wish I'd taken the time to look around... I have certainly implemented a poor copy of YAML::Store before!