# phpman > man > WWW::Search::Googlism

## NAME
    [WWW::Search::Googlism](https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch%3A%3AGooglism/markdown) - Searching Googlism

## SYNOPSIS
      use [WWW::Search::Googlism](https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch%3A%3AGooglism/markdown);
      $query = "googlism";
      $search = new [WWW::Search](https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch/markdown)('Googlism');
      $search->native_query([WWW::Search::escape_query](https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch%3A%3Aescapequery/markdown)($query), { type => 'who' });
      while (my $result = $search->next_result()) {
          print "$result\n";
      }

## DESCRIPTION
    [WWW::Search::Googlism](https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch%3A%3AGooglism/markdown) is a subclass of [WWW::Search](https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch/markdown). Users can use this module to search
    <http://www.googlism.com/>.

    See also "googlism.pl" in bin distributed with this module.

## 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](https://www.chedong.com/phpMan.php/perldoc/WWW%3A%3ASearch/markdown), "googlism.pl" in bin

