Catmandu::Importer::SRU::Parser::meta(3pm) | User Contributed Perl Documentation | Catmandu::Importer::SRU::Parser::meta(3pm) |
Catmandu::Importer::SRU::Parser::meta - Package transforms SRU responses metadata into a Perl hash
my $importer = Catmandu::Importer::SRU->new( base => 'http://www.unicat.be/sru', query => 'tit=cinema', parser => 'meta', );
This Catmandu::Importer::SRU::Parser returns a single item with the SRU SearchRetrieve Response Parameters <http://www.loc.gov/standards/sru/sru-1-1.html#responseparameters> of a request.
In addition field "requestUrl" contains the full request URL.
2021-09-02 | perl v5.32.1 |