Gossamer Forum
Home : General : Perl Programming :

Top search engines

Quote Reply
Top search engines
Hi all,

Please tell me the top 10 search engines in the world.
BTW: when I go to this url: http://www.google.com/search?hl=en&q=link%3Awww.atlas.com, it return the result page.
but when I write the code below :
Code:
use LWP::Simple;
my $url = "http://www.google.com/search?hl=en&q=link%3Awww.atlas.com";
my $content = get($url);
print $content;

but it did not print anything.

Thanks in advance,

Beck
Subject Author Views Date
Thread Top search engines Beck 3778 Oct 26, 2001, 2:29 AM
Post Re: [Beck] Top search engines
Wil 3647 Oct 26, 2001, 3:50 AM
Thread Re: [Beck] Top search engines
Andy 3647 Oct 27, 2001, 8:36 AM
Post Re: [AndyNewby] Top search engines
Paul 3625 Oct 27, 2001, 8:44 AM