1Bundle::DBD::CSV(3) User Contributed Perl Documentation Bundle::DBD::CSV(3)
2
3
4
6 Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
7
9 perl -MCPAN -e 'install Bundle::DBD::CSV'
10
12 DBI 1.643
13
14 Text::CSV_XS 1.45
15
16 SQL::Statement 1.414
17
18 DBD::File 0.44
19
20 DBD::CSV 0.58
21
23 This bundle includes all that's needed to access so-called CSV (Comma
24 Separated Values) files via a pseudo SQL engine (SQL::Statement) and
25 DBI.
26
28 This module is currently maintained by
29
30 H.Merijn Brand <h.m.brand@xs4all.nl>
31
33 Copyright (C) 2009-2021 by H.Merijn Brand Copyright (C) 2004-2009 by
34 Jeff Zucker Copyright (C) 1998-2004 by Jochen Wiedmann
35
36 All rights reserved.
37
38 You may distribute this module under the terms of either the GNU
39 General Public License or the Artistic License, as specified in the
40 Perl README file.
41
42
43
44perl v5.34.0 2021-07-22 Bundle::DBD::CSV(3)