in reply to how to get documentation of perl modules

There's a document in your distribution called perlmodlib. It lists all core modules, along with one line that describes what it does.

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.