blob: d90437ab75d258d37c8f0f381e447d3a9c4d4342 (
plain) (
blame)
1
2
3
4
|
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.
|