Fedora Packages

perl-Text-RecordParser

Read record-oriented files

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.6.5-29.fc40 -
Fedora 40 1.6.5-29.fc40 -
Fedora 39 1.6.5-27.fc39 -
Fedora 38 1.6.5-26.fc38 -
EPEL 9 1.6.5-24.el9 -
EPEL 8 1.6.5-18.el8 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at perl-Text-RecordParser dash maintainers at fedoraproject dot org.



Sources on Pagure