At 11:25 AM +0100 12/14/00, Thomas Wegner wrote: >Hi Dave, > >DBD::CSV is available from your local CPAN mirror. But you will need >to download two other modules from >the MacPerl Module Porters page at <http://pudge.net/mmp/> : > >(a) SQL::Statement > a simple SQL engine > >(b) Text::CSV_XS > this module is used for writing rows to or reading rows >from CSV files. > >Playing with DBI and DBD::CSV is not much fun, as you will see. > >HTH. > >Regards, > >--Thomas Thomas; Thanks for the response, I have SQL::Statment and Text::CSV_XS. The DBD::CSV I downloaded would not install. After I sent my message I discovered the Makefile.PL file for DBD::CSV has the line " if (-f "$dir/auto/DBI/DBIXS.h") { " which will never work on a Mac. I did a simi-manual install and all appears to be well. DBD::CSV may not be much fun, but it is a start. Thanks Dave # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org