Name: | perl-Text-CSV |
---|---|
Version: | 2.00 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 322348 |
License: | GPL+ or Artistic |
RPM: | perl-Text-CSV-2.00-2.el8.noarch.rpm |
Source RPM: | perl-Text-CSV-2.00-2.el8.src.rpm |
Build Date: | Fri Dec 13 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/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. |