be accessed with the perldoc program,
- use the command line for view Perl Man Pages
return a list of the (many) standard Perl manual pages available as part of every Perl installation
- The perldoc command can also return information on specific Perl modules
[sivkumar@VersionTech sivkumar]perldoc CGI
[sivkumar@VersionTech sivkumar]perldoc DBI
- Type perldoc perldoc for information on using perldoc itself, and perldoc -h for a brief summary of options.
- Function in the perlfunc page
# look up a function in the perlfunc page
perldoc -f split
perldoc -f sort
- Display source code file
perldoc -m CGI
perldoc -m DBI
- perlfaq documentation
- Insensitive lookup
perldoc -i cgi
No comments:
Post a Comment