Friday, August 28, 2009
How to query Yahoo search engine and get results from Perl script
Posted on 1:10 AM by Unknown
First, like all non-standard Perl modules, you will need to install Yahoo::Search perl module from CPAN, go to cpan> console and install Yahoo::Search perl module cpan> install Yahoo::SearchHere is the simple perl script that use the Yahoo::Search perl module to query the yahoo search engine and get the results and display it on the console...#!/usr/bin/perluse Yahoo::Search;my @results =
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment