Is anyone using the Google API?

2002-04-20 Thread Tara Calishain
Greetings, I've been messing with the Google API today, and while I think I understand what's going on, I'm having a problem understanding how to parse what Google spits out. For example (and you'll need a Google key for this): use SOAP::Lite; my $key=''; my

Re: Is anyone using the Google API?

2002-04-20 Thread Chris Ball
Tara == Tara Calishain [EMAIL PROTECTED] writes: Tara I'm having a problem understanding how to parse what Google Tara spits out. I was wondering whether it would be worthwhile creating a CPAN module - something like WWW::Google::SOAP - to allow simple searches with the SOAP API,

Re: Is anyone using the Google API?

2002-04-20 Thread Chris Ball
Me == Chris Ball [EMAIL PROTECTED] writes: Me I was wondering whether it would be worthwhile creating a CPAN Me module - something like WWW::Google::SOAP - to allow simple Me searches with the SOAP API, returning a nice hash. Looks like Me it might be.. ... and it also looks