logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WWW::Search::Googlism - Searching Googlism

Author

       xern <xern@cpan.org>

Description

       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.

License

       Released under The Artistic License

Name

       WWW::Search::Googlism - Searching Googlism

See Also

       WWW::Search, "googlism.pl" in bin

perl v5.30.3                                       2020-09-10                                      Googlism(3pm)

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()) {
             print "$result\n";
         }

Types

       Four types of searching Googlism are "who is", "what is", "where is", and "when is". Specify it with
       parameter 'type'.

See Also