NAME
WWW::Search::Jarit - class for searching www.search.com
SYNOPSIS
use WWW::Search;
my $oSearch = new WWW::Search('Jarit');
$oSearch->native_query('101-230');
while (my $oResult = $oSearch->next_result())
{ print $oResult->url, "\n"; }
DESCRIPTION
This class is a search.com specialization of WWW::Search. It handles making and interpreting searches for medical instrument cross-references at http://www.jarit.com.
This class exports no public interface; all interaction should be done through WWW::Search objects.
NOTES
The query is applied as "ALL these words" (i.e. boolean AND of all the query terms)
SEE ALSO
To make new back-ends, see WWW::Search.
BUGS
Please tell the author if you find any!
AUTHOR
WWW::Search::Jarit
was originally written by Martin Thurn, based on the code for WWW::Search::Search
.
LEGALESE
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.