debian man page for cql::prefix

Query: cql::prefix

OS: debian

Section: 3pm

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

CQL::Prefix(3pm)					User Contributed Perl Documentation					  CQL::Prefix(3pm)

NAME
CQL::Prefix - represents a CQL prefix mapping
SYNOPSIS
use CQL::Prefix;
DESCRIPTION
Represents a CQL prefix mapping from short name to long identifier.
METHODS
new() You need to pass in the name and identifier parameters. The name is the short name of the prefix mapping. That is, the prefix itself, such as dc, as it might be used in a qualifier like dc.title. The identifier is the name of the prefix mapping. That is, typically, a URI permanently allocated to a specific qualifier set, such as http://zthes.z3950.org/cql/1.0. my $prefix = CQL::Prefix->new( name => 'dc', identifier => 'http://zthes.z3950.org/cql/1.0' ); getName() getIdentifier() perl v5.12.4 2009-12-02 CQL::Prefix(3pm)
Related Man Pages
kde4-config(1) - suse
ip6rtrd.conf(4) - osf1
gnome2::program(3pm) - debian
net::z3950::simple2zoom::config(3pm) - debian
template::view(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
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)?
My first PERL incarnation... Audio Oscillograph