in reply to
Local CPAN search engine
CPAN is organized farily well, and the format is known, so It'd be fairly trivial to write a simple one using
File::Find
Archive::Tar
or
Archive::Zip
and you can slap on caching using
Cache::Cache
or
File::Cache
Comment on
Re: Local CPAN search engine
In Section
Seekers of Perl Wisdom