Any recommendations on a database structure for a directory, category, table database? I'm looking for a good idea for organizing information in a standard directory tree structure in perl. All of
my own [joefarmer.com] is woofully complicated, hard to update, and slow. I looking for some prerolled solution that:
- allows easy changing of the category tree (prune, expand).
- fast, fast, fast. preferrably something that loads into a hash.
- "easy on the eyes" code. (eg: no modules/oop)
- small.
Anything come to mind? I'm toying with the idea of just jumping on the xml bandwagon like mozilla.