#!/usr/bin/perl -w use strict; use CGI; my $cgi = new CGI; use IO::Handle; autoflush STDOUT 1; my $full_url = $cgi->url(); print $cgi->header(-type=>'text/html'); print STDERR "Started at ", scalar(localtime), " \n"; while (1) { sleep 1; print STDERR scalar(localtime), "\n"; print qq[ Some Random data; An year ago whenever I googled for queries which existed in some post in an arcane news group, Google would find it. However it looks like google is losing that edge. Try out the following query on google. Internal buffer inconsistency. flushbits <> ResvSizeError: MAX_HEADER_BUF too small in bitstream.c It would return zero hits. Then try out the same query at Yahoo search. You would be pleasantly surprised how relevant the only search result Yahoo returns. This is the third time within a week, where Google has flagrantly lost to Yahoo for my search queries. I am seriously considering switching my default search engine now. When you cant find something at Google, what do you do? Do you try other search engines? Have you had any experience where one search engine totally beat the rest left and right for your queries? Please share in the comments. ]; }