Installation Notes for Administrators
Perl installation notes.
How to check if module is already installed
perldoc perllocal
(lists all the system-wide Perl modules)
How to install a module
> perl -MCPAN -e shell perl> install XML::DOM ... perl> install HTML::Template
Where to install
Modules need to be installed in the internal as well as external clusters.
Internal clusters
- install on ribosome
DMZ cluster
Since the DMZ cluster has xeon as well as opteron systems, perl modules have to be installed on one machine of each type.
- install on lactose (opteron)
- install on amylose (xeon)
