Perl: accessing local documentation
Module Documentation
Section titled “Module Documentation”Use perldoc then the module name
e.g.
perldoc HTML::ParserFunction Documentation
Section titled “Function Documentation”Use perldoc -f function name.
e.g.
perldoc -f quotemeta