|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^5: Need to create CSV using Text::CSVby Tux (Prior) |
| on Jun 18, 2012 at 06:41 UTC ( #976768=note: print w/ replies, xml ) | Need Help?? |
|
It isn't wrong per sé, but why not put the eol attribute in the constructor? my $csv = Text::CSV ({ binary => 1, eol => "\n", auto_diag => 1 });To convert CSV to XLS, Text::CSV_XS comes with the csv2xls script in the examples folder, so if XLS is your target format, you could use that. Enjoy, Have FUN! H.Merijn
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||