http://www.perlmonks.org?node_id=838293


in reply to The future of Text::CSV_XS - TODO

2010-05-03 0.73 - H.Merijn Brand

Together with the 1.611 release of DBI, it made a new release possible for DBD::CSV

2010-05-03 DBD::CSV-0.29

Some highlights from over the past few releases:

Which leads you to:

$dbh = DBI->connect ("dbi:CSV:", undef, undef, { f_schema => undef, f_dir => "data", f_ext => ".csv/r", f_lock => 2, f_encoding => "utf8", csv_null => 1, RaiseError => 1, PrintError => 1, FetchHashKeyName => "NAME_lc", }) or die $DBI::errstr;

Enjoy, Have FUN! H.Merijn