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

VERSION

version 0.06

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

osfameron <osfameron@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by osfameron.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.