[EMAIL PROTECTED] wrote: > The application is written to use > DBD::CSV by default because it is pure perl and portable.
Actually, though, DBD::CSV depends on Text::CSV_XS which requires compilation. DBD::AnyData, in CSV mode, works almost identically to DBD::CSV except that it uses pure perl instead of Text::CSV_XS to do the CSV parsing. -- Jeff