|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^3: Export CSV v2by GrandFather (Cardinal) |
| on Oct 09, 2012 at 00:23 UTC ( #997902=note: print w/ replies, xml ) | Need Help?? |
|
Try adding:
after the my $csv = Text::CSV_XS->new ... statement. Probably Excel is generating Windows line ends even on a Mac and Perl is expecting either *nix of (legacy) Mac line endings.
True laziness is hard work
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||