Hello Fellow Monks:
I have a question about a database I'm trying to lay out. It will be using the Berkley database through the DB_File module. It will be accessed through the web via a form with four options - each of which narrow down the results. Since it will be for an auto dealership, the limiting fields will be: Make, Model, Year, and Price Range. I could simply have a unique key for each car and then iterate over the list each time to narrow it down, but I have a hunch there is a better way to do it. There shouldn't be more than about 500 entries in the database at any time, so it's pretty small. I would appreciate all the suggestions I can get. In the mean time, I'll be combing perl monks for more ideas. :-)
Thanks!