The pure perl implementation is Text::CSV_PP, Text::CSV is actually a wrapper that uses the XS version by default, or the pure perl version as fallback. The module's documentation states:
When you use Text::CSV, it calls a backend worker module - Text::CSV_XS or Text::CSV_PP. By default, Text::CSV tries to use Text::CSV_XS which must be complied and installed properly. If this call is fail, Text::CSV uses Text::CSV_PP.
Edit: Too slow, I agree with CountZero then :)
In reply to Re: Switching Modules as Necessary
by Eily
in thread Switching Modules as Necessary
by Melly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |