Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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.