On Nov 1, 7:39 am, [EMAIL PROTECTED] (Paul Lalli) wrote:
> 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

Thanks Paul, I will dig into this and see if I can figure it out. If
not I might have to shoot you an email if its ok.


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


Reply via email to