in reply to Add "search this site with google" to your web site

What might be even more useful is their API that they've recently opened up which is free for non-commercial use.

Of course, that's not Perl either - currently Java or .NET

cLive ;-)

  • Comment on (cLive ;-) Re: •Add "search this site with google" to your web site

Replies are listed 'Best First'.
(smitz)Re: (cLive ;-) Re: •Add "search this site with google" to your web site
by smitz (Chaplain) on Apr 21, 2002 at 18:00 UTC
    Eh?
    use SOAP::Lite;
    There you go, now it's Perl.

    SMiTZ
      Or:

      use Net::Google

      There you go: now it's Perl with all the work done for you.

      MB