$ export PERL_TEXT_CSV=Text::CSV_XS % setenv PERL_TEXT_CSV Text::CSV_XS #### BEGIN { $ENV{PERL_TEXT_CSV} = "Text::CSV_PP"; } use Text::CSV;