Re: [Perl-unix-users] Data::Dumper and CSVs

2006-01-26 Thread Anthony Ettinger
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

RE: [Perl-unix-users] Data::Dumper and CSVs

2006-01-26 Thread Thomas, Mark - BLS CTR
> 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