Help for this page
use strict; use warnings; # # Your code here #
$perldoc <Module name> # for documentation of the modules $perldoc -f <function> # eg perldoc -f fork $perldoc -q "HTML parsing" # search the perlfaq $perldoc perldoc # for documentation on perldoc