From: "Michael Eggleton" <[EMAIL PROTECTED]> > I have a program that I want to write, but need a very small, say > command line style or flat file style database that runs on Win32 and > Unix. Does anyone out there have any idea what I could use here. I > was thinking BerkeleDB but I can't install the module for perl on > win32 "nor can I really figure out what to do with it now that I built > it" Any ideas?
If you don't mind that it will be flat files instead of a read database you should consider DBI+DBD::CSV. This should allow you to upgrade to something else with minimal work. Then MySQL has both Unix and Windows versions (I did not try!). You could try that one. HTH, Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]