geostorm.org


UTC 11:27:47
Thursday
3/28/2024



March 2024
SuMoTuWeThFrSa 
     12 
3456789 
10111213141516 
17181920212223 
24252627282930 
31       
Calendar Tool

welcome

How to Install CPAN Modules



Command to install perl CPAN modules on UNIX/Linux:
perl -MCPAN -e 'install HTML::Template'



Command to install active perl CPAN modules on Windows:
If you are using ActiveState Perl on a windows based server, then you can use the PPM command-line utility.
from the /bin sub folder of perl type: ppm then type: install HTML::Template