>>>>> "Ramprasad" == Ramprasad  <[EMAIL PROTECTED]> writes:

Ramprasad> hello all ,
Ramprasad>     I am trying my script with LWP
Ramprasad>    suppose in my browser I type in

Ramprasad> http://google.com/search?q=sendmail
Ramprasad> I get the results all right
Ramprasad> but when I try to pass variables by get method using LWP I get an
Ramprasad> error message

That's because Google doesn't want to be scanned by automated means.
If you want to do a google search, register to use the Google API,
get your developer key, and then use WWW::Search::Google which provides
a nice Perl API for the SOAP API from Google.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to