Comma-separated values manipulation routines
text_csv_xs-1.57-1-x86_64
Text::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 files as input and support the use of user-specified characters for delimiters, separators, and escapes.