# # Configuration file for the forms to flat database scripts # # Rob Hartill March 1994. #### # Set to 1 if you want to see what the equivalent GET URL should look like $VERBOSE = 1; #### # The names of the fields of the database @field_names = ("country", "site","type of work", "name of work", "detail of work"); #### # The name of the person to email any comments to $who_to_mail = "gremarth@fac.anu.edu.au"; #### # The datasbase path and name $DATABASE_FILENAME = "/data/users/httpd/htdocs/laserdisk/dbperl/lddb"; #### # The format of matching records $OUTPUT_FORMAT = "
\n"; $END_SEARCH_MESSAGE = "
Click here to return somewhere.."; ################ nothing below this point needs changing ################### #### # Define some constants $ANDING =1; $ORING =2; $YEARS =3; $CENTURIES =4; $REG_EXP =5;