debian man page for sru::request::explain

Query: sru::request::explain

OS: debian

Section: 3pm

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

SRU::Request::Explain(3pm)				User Contributed Perl Documentation				SRU::Request::Explain(3pm)

NAME
SRU::Request::Explain - A class for representing SRU explain requests
SYNOPSIS
## creating a new request my $request = SRU::Request::Explain->new();
DESCRIPTION
SRU::Request::Explain is a class for representing SRU 'explain' requests. Explain requests essentially ask the server to describe its services.
METHODS
new() The constructor, which you can pass the optional parameters parameters: version, recordPacking, stylesheet, and extraRequestData parameters. my $request = SRU::Request::Explain->new( version => '1.1', stylesheet => 'http://www.example.com/styles/mystyle.xslt' ); Normally you'll probably want to use the factory SRU::Response::newFromURI to create requests, instead of calling new() yourself. version() recordPacking() stylesheet() extraRequestData() validParams() perl v5.12.4 2009-11-20 SRU::Request::Explain(3pm)
Related Man Pages
http::request(3) - redhat
simple2zoom(1p) - debian
apr::request::apache2(3pm) - debian
sru::response::record(3pm) - debian
sru::response::searchretrieve(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections