HTTP::OAI::GetRecord
An OAI GetRecord response
- Provided by: libhttp-oai-perl (Version: 4.13-1)
- Report a bug
An OAI GetRecord response
HTTP::OAI::GetRecord is derived from HTTP::OAI::Response and provides access to the data contained in an OAI GetRecord response in addition to the header information provided by OAI::Response.
use HTTP::OAI::GetRecord();
$res = new HTTP::OAI::GetRecord();
$res->record($rec);