Help for this page

Select Code to Download


  1. or download this
    my $sQuery = 'Columbus Ohio sushi restaurant';
    my $oSearch = new WWW::Search('AltaVista');
    ...
      print $oResult->url, "\n";
    } # while
    $oSearch->logout;