WWW::Search::Googlism (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) Standard preamble: ========================================================================
NAME
WWW::Search::Googlism - Searching GooglismSYNOPSIS
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"; }
DESCRIPTION
WWW::Search::Googlism is a subclass of WWW::Search. Users can use this module to search www.googlism.comSee also ``googlism.pl'' in bin distributed with this module.