WWW::SearchBroker - Parallel metasearcher for Internet-based services (WWW, IMAP , LDAP, etc.)
This code should be considered very much as work-in-progress. Any
part of this release could be subject to change. 'Modules list'
status is as follows:
Name DSLIP Description Info
LWP::UserAgent - required (for non-WWW::Search searching)
WWW::Search - required (for handcrafted web searchers)
Data::Serializer - required (for serialized socket communications)
Net::LDAP - required (for LDAP directory searching)
Mail::IMAPClient - required (for IMAP mailbox searching)
WWW::Scraper - optional (for scraper-based searches, esp. Sherlock)
First ensure the above modules/distributions are installed (perhaps by using a command such as 'perl -e "use LWP::UserAgent; use \ WWW::Search; use Net::LDAP; use Mail::IMAPClient; use WWW::Scraper;"') then build/test/install WWW::SearchBroker by doing:
perl Makefile.PL
make
make test
make install
This module contains documentation on the object and its methods. Once installed you can use the 'perldoc WWW::SearchBroker' command to obtain the documentation. This package also includes several test scripts with example code.
This module was developed on Mac OS X 10.2.5, and has been tested on Red Hat (v8) Linux (kernel 2.4)