p5find <object> Find <object> in current code repository. p5find <object> -h See more deetails about finding <object>
p5find can locate various type of objects in, roughly in these categories. Some directly map to certain type of PPI::Token, some are computed, some even depends on the state of code repository it is searching.
num regex str sub token
method-call statement
unused-packages words-used-only-once
To install App::p5find, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::p5find
CPAN shell
perl -MCPAN -e shell install App::p5find
For more information on module installation, please visit the detailed CPAN module installation guide.