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?
In reply to perl hash to CSV using Text::CSV_XS by perl_war
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |