To configure the SemiStructuredDB, simply edit the Macros in the Makefile.
Everything should pretty much work correctly right out of the box.

0) Edit the Makefile.  To get the database to load and work 
   you may need to change the OODatabase configuration to something 
   other than BSD, e.g., change it to DBM or GDBM in the Makefile macros.
   IMPORTANT: If you want to use BerkeleyDB then you must edit
   lib/OODatabase.pm and uncomment the line that says
     #use BerkeleyDB
   that is, change it to 
     use BerkeleyDB

1) To create the movie database do the following.

       make loadDB

   The database is created in the dbs/ directory.  
   The database source is in specifications/MovieDB.
   To remove the database do a 
   
       make cleanDB

2) Now, you can query the database as follows.

     make 

   This will use the query in specifications/query
   Edit the query as you like and rerun.
   Alternatively set up the starter.pl script in your
   WWWsite and then you can query through the WWW.

Thanks all folks!  

Problems, questions, etc., e-mail curtis@cs.auc.dk.
