in reply to DBD::CSV and SQL::Statement

As far as I now, there is now 'join' implemented in CSV. You have to build your 'join'-funktion on your own with some tricky array&hash&"select here and there"-perlish lines , or you have to use another DB (like Oracle).

Replies are listed 'Best First'.
Re: Re: DBD::CSV and SQL::Statement
by physi (Friar) on Mar 26, 2001 at 21:33 UTC
    Sorry too fast fingers :-)
    I meant that there is NO 'join' implementation for CVS !!
    Sorry
      SQL::Statement states that you can use joins, but they don't offer an example of how to combined CSV and SQL, although they state that it can be done.
Re: Re: DBD::CSV and SQL::Statement
by Anonymous Monk on Mar 26, 2001 at 21:24 UTC
    I'm curious to see an example script of how the modules use a join statement.