in reply to Looking for a pure Perl CSV module

I'm confused.

Are you actually asking how to install Text::CSV_PP without any attempt to also install the XS backend?

Because both are bundled in the same distribution?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^2: Looking for a pure Perl CSV module
by Anonymous Monk on Feb 02, 2022 at 14:06 UTC
    Because both are bundled in the same distribution?

    they're not

        Our Anonymous friend is correct - they are in separate dists. Text-CSV ships with Text::CSV_PP but no XS modules. Text-CSV_XS is a completely separate dist.


        🦛