Query: www::search::googlism
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Googlism(3pm) User Contributed Perl Documentation Googlism(3pm)NAMEWWW::Search::Googlism - Searching GooglismSYNOPSISuse 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 "; }DESCRIPTIONWWW::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.TYPESFour types of searching Googlism are "who is", "what is", "where is", and "when is". Specify it with parameter 'type'.AUTHORxern <xern@cpan.org>LICENSEReleased under The Artistic LicenseSEE ALSOWWW::Search, "googlism.pl" in bin perl v5.12.4 2011-11-02 Googlism(3pm)