"Chas Owens" schreef: > Dr.Ruud: >> Sundeep: >>> Is there any module that will fetch me the records from a text file >>> (like csv file) when I pass a SQL statement. >> >> Consider starting with SQLite. It is easy to import the text files >> into the database. >> http://search.cpan.org/search?query=Rose::DB::SQLite >> >> Of course you can also start with DBI and DBD::CSV, >> http://search.cpan.org/search?query=DBD::CSV > snip > > Or the DBI ad DBD::SQLite > http://search.cpan.org/~msergeant/DBD-SQLite-1.13/lib/DBD/SQLite.pm
Yes, that is the (obvious) middle ground. "And now for something completely different": I prefer cpan-urls without version numbers, so I take them out before posting: http://search.cpan.org/~msergeant/DBD-SQLite/lib/DBD/SQLite.pm but my favourite format is: http://search.cpan.org/perldoc?DBD::SQLite -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/