2003-12-04 17:27:16 +01:00
|
|
|
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.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Text-RecordParser/
|