Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

WWW::Search::Googlism

Name WWW::Search::Googlism
Version 0.02
Located at /usr/share/perl5
File /usr/share/perl5/WWW/Search/Googlism.pm
Is Core No
Search CPAN for this module WWW::Search::Googlism
Documentation WWW::Search::Googlism
Module Details WWW::Search::Googlism

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


DESCRIPTION

WWW::Search::Googlism is a subclass of WWW::Search. Users can use this module to search http://www.googlism.com/.

See also bin/googlism.pl 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

the WWW::Search manpage, bin/googlism.pl

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026