|
WWW::Search::Magellan - class for searching Magellan
|
WWW::Search::Magellan - class for searching Magellan
use WWW::Search;
my $oSearch = new WWW::Search('Magellan');
my $sQuery = WWW::Search::escape_query("+sushi restaurant +Columbus Ohio");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result())
print $oResult->url, "\n";
This class is a Magellan specialization of WWW::Search.
It handles making and interpreting Magellan searches
http://www.mckinley.com.
This class exports no public interface; all interaction should
be done through the WWW::Search manpage objects.
To make new back-ends, see the WWW::Search manpage.
Please tell the author if you find any!
This module adheres to the WWW::Search test suite mechanism.
As of 1998-03-17, WWW::Search::Magellan is maintained by Martin Thurn
(MartinThurn@iname.com)
WWW::Search::Magellan was originally written by Martin Thurn
based on WWW::Search::WebCrawler.
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.
new test cases
new test cases
now uses hash_to_cgi_string()
Now uses split_lines function
Now parses score (percentage) from Magellan's output.
First publicly-released version.
|
WWW::Search::Magellan - class for searching Magellan
|
|