Skip to content

Perl: accessing local documentation

Use perldoc then the module name e.g.

Terminal window
perldoc HTML::Parser

Use perldoc -f function name. e.g.

Terminal window
perldoc -f quotemeta