Getting a listing of the current Perl modules installed on Webserve
By executing the command perldoc perllocal in your Webserve account, you can find out what modules are already installed on the system.
Each time a module is installed on your system, it appends information like the following to a file called perllocal.pod. This pod file shows what, where and when was installed and the version. The following is part of the output you will get from the perldoc perllocal command:
Each entry includes the Module name, date and time it was installed, where it was installed, linktype [ static or dynamic ], version and executables, if any, included with the module.



