in reply to Re: Text::CSV_XS and line-endings
in thread Text::CSV_XS and line-endings

Unfortunately changing $/ doesn't work because Text::CSV_XS does its own low-level parsing. The OS the code is running on is known, the problem is the CSV files can come from anywhere. Thanks for the suggestions though.