http::oai::metadata::oai_dc(3pm) debian man page | unix.com

Man Page: http::oai::metadata::oai_dc

Operating Environment: debian

Section: 3pm

HTTP::OAI::Metadata::OAI_DC(3pm)			User Contributed Perl Documentation			  HTTP::OAI::Metadata::OAI_DC(3pm)

NAME
HTTP::OAI::Metadata::OAI_DC - Easy access to OAI Dublin Core
DESCRIPTION
HTTP::OAI::Metadata::OAI_DC provides a simple interface to parsing and generating OAI Dublin Core ("oai_dc").
SYNOPSIS
use HTTP::OAI::Metadata::OAI_DC; my $md = new HTTP::OAI::Metadata( dc=>{title=>['Hello, World!','Hi, World!']}, ); # Prints "Hello, World!" print $md->dc->{title}->[0], " "; my $xml = $md->metadata(); $md->metadata($xml);
NOTE
HTTP::OAI::Metadata::OAI_DC will automatically (and silently) convert OAI version 1.x oai_dc records into OAI version 2.0 oai_dc records. perl v5.12.4 2010-09-23 HTTP::OAI::Metadata::OAI_DC(3pm)
Related Man Pages
dist::metadata::struct(3pm) - debian
go::metadata::panther(3pm) - debian
http::oai::identify(3pm) - debian
http::oai::listidentifiers(3pm) - debian
http::oai::useragent(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
Weird 'find' results
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph