NAME
App::Perldoc::Search - Searches the perl documentation for strings
SYNOPSIS
Search for things documenting add_build_element
:
perldoc-search add_build_element
Results
perltoc - perl documentation table of contents
Module::Build::API - API Reference for Module Authors
Module::Build::Cookbook - Examples of Module::Build Usage
Search only some directories or files:
perldoc-search add_build_element Some/File.pm A/Directory/
DESCRIPTION
App::Perldoc::Search searches your perl documentation files for matches and displays the result to STDOUT.
OPTIONS
- -G REGEXP
-
Matches file names to search. Default is to search all .pod, .pm, .pmc files.
- --help
-
Displays this documentation
SEE ALSO
perldoc, apropos, perltoc, App::Perldoc::Search