in reply to how to get documentation of perl modules
If you want the documentation for a particular module, say CGI, just type perldoc CGI (or in general, perldoc followed by the module name) on the command line.
ActivePerl also ships the documentation in HTML format, which might or might not be easier for you to read.
|
|---|