K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T14:55:30.000000Z K 7 svn:log V 418 Usually when you have to store persistent data you don't need a full-blown database server, just a ASCII database would do the trick. AsciiDB::Tag allows you to access a simple ASCII database using a perl hash variable. The database format is straightforward so you can edit it by hand if you need so. Each record is stored into a file, and a record is just a set of values tagged by the field name. PR: ports/26857 END