File-Text-CSV

 view release on metacpan or  search on metacpan

lib/File/Text/CSV.pm  view on Meta::CPAN

=item header

If present, it must be either an arrayref with column names, or a
truth value. If the latter value is true, the column names are read
from the first row of the CSV file.

=item encoding

Encoding to open the file with. Default encoding is UTF-8, unless
header processing is enabled and the file starts with a byte order
mark (BOM).

=item append

If true, new records written will be appended to the file.

=back

=cut

sub open {



( run in 0.463 second using v1.01-cache-2.11-cpan-e9daa2b36ef )