SOAP is platform independent. Perl has a SOAP module that would allow you to point at the Google WSDL and in 4 lines knock up a client that can submit to that web service.
Take a look at SOAP::Lite and have a look at their website http://www.soaplite.com/ which has an excellent cookbook and tutorial Pete > -----Original Message----- > From: Andrew Daviel [mailto:[EMAIL PROTECTED]] > Sent: 21 May 2002 18:48 > To: Tim Allwine > Cc: [EMAIL PROTECTED] > Subject: Re: lwp & google > > > On Tue, 21 May 2002, Tim Allwine wrote: > > > Use the api. It works great. > > http://www.google.com/apis/ > > I might consider it, I suppose. But I don't program in Java & haven't > looked much at XML or SOAP or .NET (nothing I have talked to > up till now > uses them). > Is there a Perl version of the Google API or an interface > module of some > kind ? > > Andrew > >
