in reply to Re: CSV Pattern Matching
in thread CSV Pattern Matching
Text::CSV is the more general solution. If Text::CSV_XS is installed on the user's system, Text::CSV will make use of it automatically. In fact, Text::CSV is just a wrapper around Text::CSV_PP (pure Perl), which comes with the Text::CSV distribution, and Text::CSV_XS, which should be installed separately.
Dave
|
|---|