table of contents
Catmandu::Importer::SRU::Parser::mods(3pm) | User Contributed Perl Documentation | Catmandu::Importer::SRU::Parser::mods(3pm) |
NAME¶
Catmandu::Importer::SRU::Parser::mods - Package imports SRU responses with MODS records
SYNOPSIS¶
my $importer = Catmandu::Importer::SRU->new( base => 'http://www.unicat.be/sru', query => '(isbn=0855275103 or isbn=3110035170 or isbn=9010017362 or isbn=9014026188)', recordSchema => 'mods', parser => 'mods', );
DESCRIPTION¶
Uses Catmandu::Importer::MODS to transform MODS records of the SRU response into hashes.
AUTHOR¶
Johann Rolschewski, "<jorol at cpan.org>"
2021-09-02 | perl v5.32.1 |