debian man page for http::oai::metadata::oai_dc

Query: http::oai::metadata::oai_dc

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
http::oai::harvester(3pm) - debian
http::oai::listrecords(3pm) - debian
http::oai::response(3pm) - debian
http::oai::useragent(3pm) - debian
net::http::nb(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?