On Mon, Oct 20, 2003 at 10:16:40PM +0200, Paul Johnson wrote: > I wrote "database" in quotes because currently we are talking about a > flat file, written using Data::Dumper and eval'd in. I have considered > other options - specifically YAML and Storable. I have found YAML to be > even slower and too buggy, and Storable to less reliable. (I never > tracked down specific problems.) This in an area that needs to be > addressed.
Have you considered SQLite? Tony