I have both DBD::CSV and SQL::Statement installed. Is it possible to write a script that will allow table joins using either one of these two modules? I'm currently using flat files as a database until we develop the db in Oracle, otherwise I'd know what to do.
I know how to write the join query, just need to know if it's possible with these modules.