Parse-CSV-Colnames
view release on metacpan or search on metacpan
DESCRIPTION
This module is only an extension of Parse::CSV
For a detailed description of all methods see Parse::CSV
For a detailed description of the underlying csv-parser see Text::CSV_XS
Fixed METHODS
These methods have not work in the parent module Parse::CSV yet, because
Adam Kennedy is very busy.
combine
$status = $csv->combine(@columns);
The "combine" method is passed through to the underlying Text::CSV_XS
object. See example 3.
It sets the fields and constructs the corresponding csv string from the
arguments. You can read this array with the "fields" method.
lib/Parse/CSV/Colnames.pm view on Meta::CPAN
=pod
=head1 Fixed METHODS
These methods have not work in the parent module L<Parse::CSV> yet, because Adam Kennedy is very busy.
=head2 combine
$status = $csv->combine(@columns);
The C<combine> method is passed through
to the underlying L<Text::CSV_XS> object. See example 3.
It sets the fields and constructs the corresponding csv string from the arguments. You can read this array with the C<fields> method.
( run in 0.245 second using v1.01-cache-2.11-cpan-87723dcf8b7 )