Man Page: sru::request::explain
Operating Environment: debian
Section: 3pm
SRU::Request::Explain(3pm) User Contributed Perl Documentation SRU::Request::Explain(3pm)NAMESRU::Request::Explain - A class for representing SRU explain requestsSYNOPSIS## creating a new request my $request = SRU::Request::Explain->new();DESCRIPTIONSRU::Request::Explain is a class for representing SRU 'explain' requests. Explain requests essentially ask the server to describe its services.METHODSnew() 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 |
|---|
| simple2zoom(1p) - debian |
| apr::request::cgi(3pm) - debian |
| sru::request(3pm) - debian |
| sru::response::searchretrieve(3pm) - debian |
| sru::response::term(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |