2009-11-28 03:17:11 +01:00
|
|
|
The DBD::CSV module is yet another driver for the DBI (Database
|
|
|
|
independent interface for Perl). This one is based on the SQL
|
|
|
|
"engine" SQL::Statement and the abstract DBI driver DBD::File
|
|
|
|
and implements access to so-called CSV files (Comma separated
|
|
|
|
values).
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/DBD-CSV
|