Read Record-Oriented Files
https://metacpan.org/dist/Text-RecordParser
This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited. Typically this data lists the fields in the first line of the file, in which case you should call 'bind_header' to bind the field name (or not, and it will be called implicitly). If the first line contains data, you can still bind your own field names via 'bind_fields'. Either way, you can then use many methods to get at the data as arrays or hashes.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Text-RecordParser
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Text-RecordParser && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Text-RecordParser-v1.5.0.tar.bz2 | 0000059667 58.3 KB | |
perl-Text-RecordParser.changes | 0000000413 413 Bytes | |
perl-Text-RecordParser.spec | 0000003270 3.19 KB |
Revision 2 (latest revision is 16)
Juergen Weigert (jnweiger)
committed
(revision 2)
- testcase fails on 11.2, 11.1 without a font. Added (Build)Requires for ghostscript-fonts-std
Comments 0