Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

html::microformats::format::rellicense(3pm) [debian man page]

HTML::Microformats::Format::RelLicense(3pm)		User Contributed Perl Documentation	       HTML::Microformats::Format::RelLicense(3pm)

NAME
HTML::Microformats::Format::RelLicense - the rel-license microformat SYNOPSIS
my @licences = HTML::Microformats::Format::RelLicense->extract_all( $doc->documentElement, $context); foreach my $licence (@licences) { print $licence->get_href . " "; } DESCRIPTION
HTML::Microformats::Format::RelLicense inherits from HTML::Microformats::Format_Rel. See the base class definition for a description of property getter/setter methods, constructors, etc. MICROFORMAT
HTML::Microformats::Format::RelLicense supports rel-license as described at http://microformats.org/wiki/rel-license <http://microformats.org/wiki/rel-license>. RDF OUTPUT
Data is returned using the Creative Commons vocabulary (<http://creativecommons.org/ns#>) and occasional other terms. BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
HTML::Microformats::Format_Rel, HTML::Microformats. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2008-2011 Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-12-06 HTML::Microformats::Format::RelLicense(3pm)

Check Out this Related Man Page

HTML::Microformats::Format::hMeasure(3pm)		User Contributed Perl Documentation		 HTML::Microformats::Format::hMeasure(3pm)

NAME
HTML::Microformats::Format::hMeasure - the hMeasure microformat SYNOPSIS
use HTML::Microformats::DocumentContext; use HTML::Microformats::Format::hMeasure; my $context = HTML::Microformats::DocumentContext->new($dom, $uri); my @objects = HTML::Microformats::Format::hMeasure->extract_all( $dom->documentElement, $context); foreach my $m (@objects) { printf("%s %s ", $m->get_number, $m->get_unit); } DESCRIPTION
HTML::Microformats::Format::hMeasure inherits from HTML::Microformats::Format. See the base class definition for a description of property getter/setter methods, constructors, etc. MICROFORMAT
HTML::Microformats::Format::hMeasure supports hMeasure as described at <http://microformats.org/wiki/hmeasure>. RDF OUTPUT
This module outputs RDF using the Extensible Measurement Ontology (<http://buzzword.org.uk/rdf/measure#>). BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
HTML::Microformats::Format, HTML::Microformats. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2008-2011 Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-12-06 HTML::Microformats::Format::hMeasure(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. HP-UX

HP-UX & Linux

Hello there! Is Sun Microsystems ready to loose hands on HP-UX in the favor of fast emerging Linux? As HP-UX is very costly both in terms of processor licences and hardware costs. Responses are more than welcome! JAM (4 Replies)
Discussion started by: Jawwad
4 Replies

2. AIX

license trouble

Hi, we currently use a valisys licence : it is based on a server (serv1) it is reached only by one workstation (cam1) In all licence files there is line with cam1 et serv1 We want to use cam22 (new workstation) instead of cam1 I made a copy the licences files with remplacing cam1 by cam22... (0 Replies)
Discussion started by: cadmanager
0 Replies

3. Shell Programming and Scripting

Illegal Statement at source line 2

Hello I'm pretty new to Shell Programming and I'm trying to write a script to display the out of a file displaying licence-use for an application. I've piped the output of my licence-use query to a file. On this file I am trying to run the following awk file, but I keep getting the error: ... (6 Replies)
Discussion started by: Glyn_Mo
6 Replies

4. Shell Programming and Scripting

sed returns error "sed: -e expression #1, char 18: unterminated `s' command"

Hello All, I have something like below LDC100/rel/prod/libinactrl.a LAA2000/rel/prod/libinactrl.a I want to remove till first forward slash that is outputshould be as below rel/prod/libinactrl.a rel/prod/libinactrl.a How can I do that ??? (8 Replies)
Discussion started by: anand.shah
8 Replies