-----Original Message-----
>From: newBee <[EMAIL PROTECTED]>
>Sent: Nov 1, 2007 1:32 PM
>To: beginners@perl.org
>Subject: interface Perl script with an external website (Pass Values to a web)
>
>I am in the process creating in some queries using a Perl script and
>want to run the out put of the perl script against another external
>software. As example lets say I have Perl script which takes a query
>string cleanup all wild characters and run that against the Google,
>Yahoo, Ask etc. How can i interface my Perl script to run queries
>against Google etc within my Perl code.
>

Though you can program for those web queries by LWP family (see `perldoc 
lwpcook`),but it's much simpler to do them by using the modules from CPAN. 
Searching on cpan with keyword of 'google','yahoo','ask' etc you'll find much 
useful info.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to