in reply to issue with LF & CRLF
You don't show the value of $csv_setup, but it needs to include binary => 1, also make sure that $/ = "\r\n"; before you open the feed. That should be enough.
Parse::CSV uses Text::CSV_XS as the underlying parser. So you can look at the documentation there for which parameters are available to you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: issue with LF & CRLF
by nafri (Initiate) on Aug 06, 2013 at 22:57 UTC | |
by Loops (Curate) on Aug 07, 2013 at 03:48 UTC |