Synopsis
use Code::Search;
my $searcher = Code::Search->new (index => "index", ...);
$searcher->index (@files);
$searcher->search ($string);
Description
Search source code for strings.
Trigram index of medium number (40,000 or so) source code files.
Already have developed code but it is not in a state fit to release, and it is all in C except for a few scripts.
Comments
Please sign up to post a review.