NAME
WWW::Search::Googlism - Searching Googlism
SYNOPSIS
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()) {
$title = $result->title;
print "<a href=$url>$title</a>\n";
}
DESCRIPTION
WWW::Search::Googlism is a subclass of WWW::Search. Users can use this module to search http://www.googlism.com/.
TYPES
Four types of searching Googlism are "who is", "what is", "where is", and "when is". Specify it with parameter 'type'.
AUTHOR
xern <xern@cpan.org>
LICENSE
Released under The Artistic License
SEE ALSO
WWW::Search