Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Text-CSV
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
8.82 KB
-rw-r--r--
2019-05-11 02:56:19
Edit
Del
README.md
984 B
-rw-r--r--
2017-01-20 14:25:54
Edit
Del
Editing: README.md
(984 B)
Path: /usr/share/doc/perl-Text-CSV/README.md
Back
Text::CSV version 1.33 ---------------------- 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. Please refer to the [complete documentation of Text::CSV](https://metacpan.org/pod/Text::CSV) for more information. #### Installation #### cpanm Text::CSV Or manually: perl Makefile.PL make make test make install #### Copyright and License #### Copyright (C) 1997 Alan Citterman. All rights reserved. Copyright (C) 2007-2015 Makamaka Hannyaharamitu. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.