All the Perl that's Practical to Extract and Report
# Find Mail::Miner::Recogniser::*my @modules = map { glob(catfile($_,"*.pm")) } grep { -d $_ } map { catdir($_, "Mail", "Miner", "Recogniser") } @INC;