1Bundle::DBD::CSV(3) User Contributed Perl Documentation Bundle::DBD::CSV(3)
23
4
NAME
6Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
7
SYNOPSIS
9"perl -MCPAN -e 'install Bundle::DBD::CSV'"
10
CONTENTS
12DBI 1.02
1314
Text::CSV_XS 0.14
1516
SQL::Statement 0.1006
1718
DBD::File
1920
DBD::CSV
21
DESCRIPTION
23This bundle includes all that's needed to access so-called CSV (Comma
24Separated Values) files via a pseudo SQL engine (SQL::Statement) and
25DBI.
2627
28
29
perl v5.8.8 2004-12-06 Bundle::DBD::CSV(3)