Text::CSV_PP is a pure-perl module that provides facilities for the composition and decomposition of comma-separated values. This is (almost) compatible with much faster Text::CSV_XS, and mainly used as its fallback module when you use Text::CSV modu...
ISHIGAKI/Text-CSV-2.00 - 11 May 2019 02:58:31 UTCText::CSV_PP::Simple simply provide a little wrapper around Text::CSV_PP to streamline the common case scenario....
COHTAN/Text-CSV_PP-Simple-0.0.5 - 26 Nov 2007 08:11:15 UTC"Text::CSV_PP::Iterator" is a pure Perl module. It is a convenient wrapper around Text::CSV_PP. Points of interest: o Text::CSV_PP::Iterator reads the file for you, using Iterator::IO. Warning: Iterator::IO V 0.02 has 3 bugs in it, where it does not ...
RSAVAGE/Text-CSV_PP-Iterator-1.04 - 07 Feb 2021 06:34:58 UTCText::CSV::Easy_PP is a simple module for parsing and building CSV lines. This module is written in PurePerl. For a faster alternative, see Text::CSV::Easy_XS. Either way, you should just be able to use Text::CSV::Easy directly and it will determine ...
WETERS/Text-CSV-Easy-0.54 - 10 May 2016 17:44:57 UTCText::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...
ISHIGAKI/Text-CSV-2.00 - 11 May 2019 02:58:31 UTCThis module splits file by specified number of part. The range of each part is from one line start to another/same line end. For example, file content is the following: 1111 22222222222222222222 3333 4444 If "$splitter->split(num => 3)", split like t...
KTAT/Text-Parts-0.16 - 05 Sep 2013 16:59:59 UTCText::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...
HMBRAND/Text-CSV_XS-1.46 - 24 Mar 2021 13:55:51 UTCThis module inherits Text::CSV and is aware of input/output encodings....
ZARQUON/Text-CSV-Encoded-0.25 - 28 Jan 2016 11:18:16 UTC