http://www.perlmonks.org?node_id=1052467


in reply to Re^2: CSV_XS issue
in thread CSV_XS issue

Yep... I was beginning to get suspicious.   Turns out that you were comparing Apples to Oranges, not Windows to Linux.   Please tell us what version of CSV_XS is installed on each, e.g.:

perl -e 'use CSV::XS; print "CSV::XS->VERSION" . "\n";

Insofar as possible, Perl is very much an “environment agnostic” programming tool.   But, heh, those environments sure can get interesting . . .