Problem
You need help on a specific Perl function or module. Or just a general question.
Solution
Perl installation comes with its own documentation system.
In this post, I’ll just cover how to invoke the various perl documentation.
Going forward I’ll add posts describing how to create the different types of Perl doco.
Example
See different Perl areas under the documentation systemperldoc perl
Lookup function nameperldoc -f func name
Display source of moduleperldoc -m mod name
Search perl FAQperldoc -q pattern
Search entire Perl installationperldoc -r pattern