Data::Tabular::Dumper::CSV - CSV writer for Data::Tabular::Dumper


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 the Data::Tabular::Dumper manpage.


AUTHOR

Philip Gwyn <perl at pied.nu>


SEE ALSO

the Data::Tabular::Dumper manpage.

 Data::Tabular::Dumper::CSV - CSV writer for Data::Tabular::Dumper