NAME
Catmandu::PICAplus - Catmandu modules for working with PICA+ data.
VERSION
version 0.03
SYNOPSIS
Catmandu::PICAplus is a parser for PICA+ records.
use Catmandu::PICAplus;
my $parser = Catmandu::PICAplus->new( $filename );
while ( my $record_hash = $parser->next() ) {
# do something
}
MODULES
SUBROUTINES/METHODS
new
next()
Reads the next record from PICA+ XML input stream. Returns a Perl hash.
_decode()
Deserialize a PICA+ record to an array of field arrays.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Catmandu::PICAplus
You can also look for information at:
Catmandu
https://metacpan.org/module/Catmandu::Introduction
https://metacpan.org/search?q=Catmandu
LibreCat
http://librecat.org/tutorial/index.html
AUTHOR
Johann Rolschewski <rolschewski@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Johann Rolschewski.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.