blob: e25e4cdaf154140f553eeb8c75c32ccfbf847a4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Module: Text::CSV
Description:
Text::CSV provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV class can combine
fields into a CSV string and parse a CSV string into fields.
Copying:
Copyright (c) 1997 Alan Citterman. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself.
Prerequisites:
perl 5.002
Build/Installation:
Standard build/installation supported by ExtUtils::MakeMaker(3)...
perl Makefile.PL
make
make test
make install
Recent Changes:
Version 0.01 06/05/1997
original version
Planned Enhancements:
+ extend constructor to accept parse() configuration to support other
variations of CSV
Author:
Alan Citterman <alan@mfgrtl.com>
|