
search - cgi interface to CPAN::Search::Lite::Query

Place this script in your web server's cgi-bin directory.
A request for http://localhost/cgi-bin/search without any query string will result in a page listing all chapter ids.
All other requests are handled by the query string arguments,
which are described in Apache::CPAN::Search.

Make sure to check the values of $db,
$user,
$passwd,
and $tt2 at the top of this file.

Apache::CPAN::Search, Apache::CPAN::Query, and CPAN::Search::Lite::Query.