NAME
Data::Tabular::Dumper::CSV - CSV writer for Data::Tabular::Dumper
SYNOPSIS
use Data::Tabular::Dumper;
use Data::Tabular::Dumper::XML;
$date=strftime('%Y%m%d', localtime);
my $dumper = Data::Tabular::Dumper->open(
CSV => [ "$date.csv", { eol=>"\n" } ],
);
=head1 DESCRIPTION
Please see the documentation in Data::Tabular::Dumper.
AUTHOR
Philip Gwyn <gwyn-at-cpan.org>