you might look into DBD::CSVOn 1/26/06, Lasher, Brian <[EMAIL PROTECTED]> wrote:
I love using Data::Dumper. Was wondering if anyone knew of a similarmodule that will take a reference to any data structure (the wayData::Dumper does) and generate a CSV file for all the data.-brian
Brian LasherBest P
> I love using Data::Dumper. Was wondering if anyone knew of a similar
> module that will take a reference to any data structure (the way
> Data::Dumper does) and generate a CSV file for all the data.
I'm afraid that's impossible. A flat CSV file can't capture a
hierarchical data structure. If yo