|
|
| Don't ask to ask, just ask | |
| PerlMonks |
perl hash to CSV using Text::CSV_XSby perl_war (Initiate) |
| on Oct 02, 2012 at 20:44 UTC ( [id://996916]=perlquestion: print w/replies, xml ) | Need Help?? |
|
perl_war has asked for the wisdom of the Perl Monks concerning the following question: I wanted to convert a perl hash to csv. I realize this is easy using Text::CSV::Slurp but performance is better in Text::CSV_XS . In Text::CSV::Slurp I would use create(input=>$object) function. In Text::CSV_XS I would use print ($io, $colref); I would have to go through array of hashes line by line and use the above function. What would be more computationally efficient?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||