| HTTP::OAI::GetRecord(3pm) | User Contributed Perl Documentation | HTTP::OAI::GetRecord(3pm) |
HTTP::OAI::GetRecord - 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);
| 2023-09-28 | perl v5.36.0 |