Usages

p5find <object>           Find <object> in current code repository.

p5find <object> -h        See more deetails about finding <object>

Objects

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.

Primitive type of objects

num
regex
str
sub
token

Compound type of objects

method-call
statement

Objects that should probably be removed

unused-packages
words-used-only-once