The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parse::FixedRecord::Row - Row class for Parse::FixedRecord

DESCRIPTION

This is the base class for fixed record parsers. Provides the parse implementation.

Methods

parse

See Parse::FixedRecord for usage;

output

Provides stringified output. This is overloaded, so you can just:

    print $obj;

to get an output (in the same format as declared/parsed). This depends on each individual parser type having well behaved String overloading!

Types

::Row declares Duration and Date types for you to use in your parsers.

AUTHOR and LICENSE

    osfameron@cpan.org - see Parse::FixedRecord for full details