Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Text-CSV | Distribution: Mageia |
Version: 2.60.0 | Vendor: Mageia.Org |
Release: 2.mga10 | Build date: Wed Jul 2 13:20:29 2025 |
Group: Development/Perl | Build host: localhost |
Size: 370921 | Source RPM: perl-Text-CSV-2.60.0-2.mga10.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/Text-CSV | |
Summary: Manipulate comma-separated value strings |
Text::CSV provides facilities for the composition and decomposition of comma-separated values using the Text::CSV_XS manpage or its pure Perl version. 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.