SeeAlso::Source

A source of OpenSearch suggestions responses
Download

SeeAlso::Source Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jakob Voss
  • Publisher web site:
  • http://search.cpan.org/~voj/

SeeAlso::Source Tags


SeeAlso::Source Description

A source of OpenSearch suggestions responses SeeAlso::Source is a Perl module that returns additional description about this source in a hash (no key provided) or a specific element of the description. The elements are defined according to elements in an OpenSearch description document. Up to now they are:ShortName A short name with up to 16 characters.LongName A long name with up to 48 characters.Description A description with up to 1024 characters.BaseURL URL of the script. Will be set automatically via CGI if not defined.DateModified Qualified Dublin Core element Date.Modified.Source Source of the data (dc:source)Example An example query (a hash of 'id' and optional 'response').SYNOPSIS my $source = SeeAlso::Source->new(); my $source = SeeAlso::Source->new( sub { ... } ); ... $source->description( "key" => "value" ... ); ... $response = $source->query( $identifier ); Requirements: · Perl


SeeAlso::Source Related Software