in reply to (cLive ;-) Re: •Add "search this site with google" to your web site
in thread Add "search this site with google" to your web site

Eh?
use SOAP::Lite;
There you go, now it's Perl.

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

Replies are listed 'Best First'.
Re: (smitz)Re: (cLive ;-) Re: •Add "search this site with google" to your web site
by Anonymous Monk on Sep 30, 2003 at 12:01 UTC
    Or:

    use Net::Google

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

    MB