$ /usr/bin/perl -Mstrict -Mwarnings -E ' use Text::CSV_XS; say "Perl version: $^V"; say "Perl location: $^X"; say "Text::CSV_XS version: $Text::CSV_XS::VERSION"; say "Text::CSV_XS location: $INC{q{Text/CSV_XS.pm}}"; ' Perl version: v5.40.2 Perl location: /usr/bin/perl Text::CSV_XS version: 1.60 Text::CSV_XS location: /usr/lib/perl5/vendor_perl/5.40/x86_64-cygwin-threads/Text/CSV_XS.pm #### Perl version: v5.38.0 Perl location: /home/ken/perl5/perlbrew/perls/perl-5.38.0/bin/perl Text::CSV_XS version: 1.50 Text::CSV_XS location: /home/ken/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0/cygwin-thread-multi/Text/CSV_XS.pm Perl version: v5.40.0 Perl location: /home/ken/perl5/perlbrew/perls/perl-5.40.0/bin/perl Text::CSV_XS version: 1.54 Text::CSV_XS location: /home/ken/perl5/perlbrew/perls/perl-5.40.0/lib/site_perl/5.40.0/cygwin-thread-multi/Text/CSV_XS.pm Perl version: v5.42.0 Perl location: /home/ken/perl5/perlbrew/perls/perl-5.42.0/bin/perl Text::CSV_XS version: 1.61 Text::CSV_XS location: /home/ken/perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/cygwin-thread-multi/Text/CSV_XS.pm