Re: missing results

2004-11-23 Thread Rene Borchers
On Tue, 2004-11-23 at 12:24, Rene Borchers wrote: Yes, problem solved added the line 'User-Agent' => 'Mozilla/4.76 [en] (Win98; U)'; and indeed 33200 returned thanks Rene > Hi, > > I'am fiddling around with the LWP Class, wrote myself a program which > sends a query to altavista. > > When

Re: missing results

2004-11-23 Thread Ing. Branislav Gerzo
Rene Borchers [RB], on Tuesday, November 23, 2004 at 12:24 (+0100) wrote these comments: RB> When I search altavista for dummie it returns 33.200 hits, when I use RB> perl it returns 33,100 hits. Any suggestions where are the 100 missing RB> hits. I can't simulate it right now, I did similar thin

missing results

2004-11-23 Thread Rene Borchers
Hi, I'am fiddling around with the LWP Class, wrote myself a program which sends a query to altavista. When I search altavista for dummie it returns 33.200 hits, when I use perl it returns 33,100 hits. Any suggestions where are the 100 missing hits. Rene #!/usr/bin/perl ##-