http://qs321.pair.com?node_id=107924


in reply to Re: ASCII databases
in thread ASCII databases

Yepp, Using DBI with DBD::CSV is fine for that job (and it does allow to use other delimiters than comma, too. I prefer "|" :-), but unfortunately it still lacks of joining data from several files/tables. That means "SELECT * FROM table1,table2;" doesn't work yet. :-/

--
There is no place like $HOME