The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>

SEE ALSO

Data::Tabular::Dumper.