Hi, I have a file (about 3-4 MB ) with about 20000 records in it. I need to create an index on a particular field (integer ) in each record. But there might be multiple records matching a particular field value. My queries are something like, "Get all records with the A < field value < B"
This looks like an ideal candidate for a DBMS solution like MySQL but I do not have it. Is there any way I could do this efficiently in Perl. Will the DB_File module be usefull( I know very little about this ). Can anyone please help? Thnx. Siva. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]