in reply to Re^2: Installing Text::CSV_XS
in thread Installing Text::CSV_XS

Have you considered using Text::CSV instead of Text::CSV_XS? Text::CSV doesn't need a C compiler.

Replies are listed 'Best First'.
Re^4: Installing Text::CSV_XS
by turnah (Initiate) on Jan 06, 2016 at 09:59 UTC
    unfortunatly we need text csv and csv_xs

      You can replace use Text::CSV_XS by use Text::CSV, and the program will still work.