PICA::Source

Data source that can be queried for PICA+ records
Download

PICA::Source Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jakob Voss
  • Publisher web site:
  • http://search.cpan.org/~voj/

PICA::Source Tags


PICA::Source Description

Data source that can be queried for PICA+ records PICA::Source - Data source that can be queried for PICA+ records.SYNOPSIS my $server = PICA::Source->new( SRU => "http://my.server.org/sru-interface.cgi" ); my $record = $server->getPPN('1234567890'); $server->cqlQuery("pica.tit=Hamster")->count(); # Get connection details from a config file $store = PICA::Source->new( config => "myconf.conf" ); $result = $server->cqlQuery("pica.tit=Hamster", Limit => 15 ); $result = $server->z3950Query('@attr 1=4 microformats'); $record = $server->getPPN("1234567890");Instead or in addition to SRU you can use Z39.50, PSI, and unAPI (experimental). Requirements: · Perl


PICA::Source Related Software