[root@mail ~]# instmodsh
Available commands are:
l - List all installed modules
m - Select a module
q - Quit the program
perldoc perllocal - Will display all additional modules that were installed.
perldoc perlmodlib - Will display all modules that are installed along with the standard perl packagesperldoc perllocal - Will display all additional modules that were installed.
-----------------------
To install perl modules - (Make sure your system is connected to internet)
perl -MCPAN -e shell
cpan> o conf - will display the configurations
cpan> o conf init - Will reinitiate the configuration.
cpan> install Bundle::cpan --- Sample command to install modules.
No comments:
Post a Comment