GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::OAI::Identify(3) User Contributed Perl Documentation Net::OAI::Identify(3)

Net::OAI::Identify - Results of the Identify OAI-PMH verb.

Returns the name of the repostiory.

Returns the base URL used by the repository.

Returns the version of the OAI-PMH used by the repository.

Returns the earlies datestamp for records available in the repository.

Indicates the way the repository works with deleted records. Should return no, transient or persistent.

Returns the granularity used by the repository.

Returns the administrative email address for the repository. Since the adminEmail elelemnt is allowed to repeat you will get all the emails (if more than one are specified) by using adminEmail in a list context.

    $email = $identity->adminEmail();
    @emails = $identity->adminEmails();

Returns the types of compression that the archive supports. Since the compression element may repeat you may get all the values by using compression() in a list context.

    $compression = $identity->compression();
    @compressions = $identity->compressions();

Support for the various "description" containers.
2016-01-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.