Name: | perl-Text-CSV |
---|---|
Version: | 1.30 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 124197 |
License: | GPL+ or Artistic |
RPM: | perl-Text-CSV-1.30-3.el7.noarch.rpm |
Source RPM: | perl-Text-CSV-1.30-3.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Text-CSV/ |
Summary: | Comma-separated values manipulator |
Description: | Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV. |