WWW::Search::Googlism
Searching Googlism
- Provided by: libwww-search-perl (Version: 2.51.50-1)
- Report a bug
Searching Googlism
use WWW::Search::Googlism;
$query = "googlism";
$search = new WWW::Search('Googlism');
$search->native_query(WWW::Search::escape_query($query), { type => 'who' });
while (my $result = $search->next_result()) {
print "$result\n";
}
WWW::Search::Googlism is a subclass of WWW::Search. Users can use this module to search http://www.googlism.com/.
See also "googlism.pl" in bin distributed with this module.
Four types of searching Googlism are "who is", "what is", "where is", and "when is". Specify it with parameter 'type'.
xern <xern@cpan.org>
Released under The Artistic License
WWW::Search, "googlism.pl" in bin