Help for this page

Select Code to Download


  1. or download this
    #! c:\perl\bin
    
    use WWW::Search;
    ...
          print $oResult->url, "\n";
          }
    $oSearch->logout;
    
  2. or download this
    my @asEngines = sort &WWW::Search::installed_engines();
    local $" = ', ';
    print (" + These WWW::Search backends are installed: @asEngines\n");