Definition as text - in Perl
require "/usr/local/woda/woda-uk.pl" unless defined &main;
$WBB{dbTitle}='CUMINCAD';
<B>This database will store the cumulative
index of the papers published at conferences
organised by ACADIA, CAADRIA, ECAADE and CAAD Futures.
This is work in progress awaiting input, testing and
$WBB{recordTitle}='Publication';
$WBB{manager}='Prof. Bob Martens and Prof. Ziga Turk';
$WBB{managerEmail}='zturk@fagg.uni-lj.si,bmartens@email.tuwien.ac.at';
$WBB{homeURL}='/cumincad/publications';
$WBB{dataDir}='/usr/local/www/httpd-fagg/htdocs/cumincad/publications';
$WBB{'sort;DEFAULT'}='"$rec{authors},$rec{year}"';
$WBB{'format;DEFAULT'}='"$rec{authors} ($rec{year}) <B>$rec{title}</B>, $rec{source}"';
$WBB{basketName}='favorite papers';
titles title Index based on words in titles
keywords keywords Index based on keywords
author authors Author index
This is how a database as a whole is defined ...