On Nov 1, 1:32 am, [EMAIL PROTECTED] (newBee) wrote:
> 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.

More than likely, you want the WWW::Mechanize module from the CPAN.
This will allow you to contact a website, fill out a form (such as a
search box), click the submit button (via code, obviously, not the
mouse) and retrieve the results.

http://search.cpan.org/~petdance/WWW-Mechanize-1.32/lib/WWW/Mechanize.pm

Paul Lalli


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


Reply via email to