Hi,

Name : Alain BARBET
Email address : [EMAIL PROTECTED]
Homepage : http://www.alianwebserver.com
Preferred user-ID on CPAN: ALIAN
DSLI: bmpO

NAME

WWW::Search::Go - backend class for searching with go.com

SYNOPSIS

    require WWW::Search;
    $search = new WWW::Search('Go');

DESCRIPTION

This class is an Go specialization of WWW::Search.
It handles making and interpreting Go searches
F<http://www.Go.com>, older Infoseek search engine.

This class exports no public interface; all interaction should be done
through WWW::Search objects.

USAGE EXAMPLE

  use WWW::Search;
  my $oSearch = new WWW::Search('Go');
  $oSearch->maximum_to_retrieve(100);
  #$oSearch ->{_debug}=1;
  my $sQuery = WWW::Search::escape_query("cgi");
  $oSearch->gui_query($sQuery);
  while (my $oResult = $oSearch->next_result())
       {print $oResult->url,"\t",$oResult->title,"\n";}

Put on UPLOAD server as
$CPAN/authors/id/A/AL/ALIAN/WWW-Search-Go-0.1.tar.gz

Regards,
--
Alain BARBET

Reply via email to