ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
329 B
Text
6 lines
329 B
Text
This module is for reading record-oriented data. 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.
|
|
|
|
WWW: https://metacpan.org/release/Text-RecordParser
|